Add scaffolder service

Signed-off-by: Patrick Balestra <patrickb@spotify.com>
This commit is contained in:
Patrick Balestra
2020-02-04 14:38:24 +01:00
parent 4184ff0908
commit 706c666c65
10 changed files with 336 additions and 12 deletions
+17 -3
View File
@@ -11,8 +11,22 @@ services:
ports:
- "8080:80"
hello:
container_name: boss-hello
# identity:
# container_name: boss-identity
# build:
# context: backend/identity
# restart: unless-stopped
# inventory:
# container_name: boss-inventory
# build:
# context: backend/inventory
# restart: unless-stopped
scaffolder:
container_name: boss-scaffolder
build:
context: backend/hello
context: backend/scaffolder
restart: unless-stopped