Skip to content

fpiper/docker-shop-db2

Repository files navigation

Introduction

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 up

Build the docker images with

git clone [email protected]:fpiper/docker-shop-db2.git
cd docker-shop-db2
./dockerbuild.sh

Images

shop-db2 docker image

To run this image from dockerhub:

docker run -it -p 5000:5000 --name=shop-db2 fpiper/shop-db2:x86

Environment 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:x86

Environment variables:

HOSTBackend address
PORTBackend 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:x86

Environment variables:

HOSTBackend address
PORTBackend port

About

Docker images for shop-db2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published