Skip to content

Commit d8a44ab

Browse files
committed
add depends on
1 parent 25555aa commit d8a44ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

production.yml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
command: /start.sh
1212
volumes:
1313
- .:/app
14+
depends_on:
15+
- cloud-sql-proxy
1416

1517
traefik:
1618
build:
@@ -40,4 +42,6 @@ services:
4042
volumes:
4143
- .:/app
4244
command: /start-celeryworker.sh
45+
depends_on:
46+
- cloud-sql-proxy
4347

0 commit comments

Comments
 (0)