Skip to content

Commit

Permalink
add depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffshek committed Sep 10, 2020
1 parent 25555aa commit d8a44ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ services:
command: /start.sh
volumes:
- .:/app
depends_on:
- cloud-sql-proxy

traefik:
build:
Expand Down Expand Up @@ -40,4 +42,6 @@ services:
volumes:
- .:/app
command: /start-celeryworker.sh
depends_on:
- cloud-sql-proxy

0 comments on commit d8a44ab

Please sign in to comment.