Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 981 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 981 Bytes

eCommerce Docker

For all enviroment you should run the follow images:

docker pull erpya/adempiere-grpc-all-in-one
docker pull erpya/proxy-adempiere-api

Run the latest container with: https://hub.docker.com/r/erpya/adempiere-ecommerce

    docker pull erpya/adempiere-ecommerce
docker run -it -d \
    --name eCommerce-ADempiere \
    -p 3000:3000 \
    -e "API_URL=http:\/\/localhost:8085" \
    -e "SERVER_PORT=3000" \
    -e "VS_ENV=prod" \
    erpya/adempiere-ecommerce