Skip to content

erpcya/adempiere-ecommerce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 94.7%
  • Shell 5.3%