Update docker compose to include new Public API project (#414)

* Updating docker compose and override to also start the public api

* Update README
This commit is contained in:
Eric Fleming
2020-06-30 20:52:26 -04:00
committed by GitHub
parent dd5a435cb4
commit f89c20ee64
4 changed files with 17 additions and 3 deletions

View File

@@ -6,4 +6,9 @@ services:
build:
context: .
dockerfile: src/Web/Dockerfile
eshoppublicapi:
image: ${DOCKER_REGISTRY-}eshoppublicapi
build:
context: .
dockerfile: src/PublicApi/Dockerfile