Skip to content

Commit 29bd855

Browse files
committed
fix: deployer starts a worker
1 parent eae0e7f commit 29bd855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎docker-compose.beta.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ services:
3131
build:
3232
dockerfile: deployer.Dockerfile
3333
context: ./
34+
depends_on:
35+
- worker
3436
volumes:
3537
- type: volume
3638
source: build

0 commit comments

Comments
 (0)