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:
@@ -6,4 +6,9 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: src/Web/Dockerfile
|
||||
eshoppublicapi:
|
||||
image: ${DOCKER_REGISTRY-}eshoppublicapi
|
||||
build:
|
||||
context: .
|
||||
dockerfile: src/PublicApi/Dockerfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user