Skip to content

Commit 9a4406b

Browse files
authored
Merge pull request #3432 from jcristau/compose
docker-compose: don't start the agent before balrogadmin
2 parents a2a8852 + 0fe7221 commit 9a4406b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ services:
9999
depends_on:
100100
nginx:
101101
condition: service_healthy
102+
balrogadmin:
103+
condition: service_healthy
102104
volumes:
103105
- ./agent:/app
104106
links:

0 commit comments

Comments
 (0)