Add scaffolder service
Signed-off-by: Patrick Balestra <patrickb@spotify.com>
This commit is contained in:
+17
-3
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user