This repository provides docker images that run shop-db2.
This git branch builds images for the x86 architecture. For builds for
the arm architecture see the branch arm.
To run all shop-db2 containers with appropriate settings use the docker-compose file and start with
docker-compose upBuild the docker images with
git clone [email protected]:fpiper/docker-shop-db2.git
cd docker-shop-db2
./dockerbuild.shshop-db2 docker image
To run this image from dockerhub:
docker run -it -p 5000:5000 --name=shop-db2 fpiper/shop-db2:x86Environment variables:
| SECRET_KEY |
| DB_FIRSTNAME |
| DB_LASTNAME |
| DB_PASSWORD |
shop-db2-admin docker image
To run this image from dockerhub:
docker run -it -p 4200:4200 --name=shop-db2 fpiper/shop-db2-admin:x86Environment variables:
| HOST | Backend address |
| PORT | Backend port |
shop-db2-frontend docker image
To run this image from dockerhub:
docker run -it -p 4200:4200 --name=shop-db2 fpiper/shop-db2-frontend:x86Environment variables:
| HOST | Backend address |
| PORT | Backend port |