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 5de1ea8 commit 25555aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions production_primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
env_file:
- ./credentials/open/production/django.txt
command: /start.sh
depends_on:
- cloud-sql-proxy
volumes:
- .:/app

Expand Down Expand Up @@ -41,6 +43,8 @@ services:
volumes:
- .:/app
command: /start-celeryworker.sh
depends_on:
- cloud-sql-proxy

celerybeat:
image: gcr.io/proven-record-242223/open:latest
Expand All @@ -49,3 +53,5 @@ services:
volumes:
- .:/app
command: /start-celerybeat.sh
depends_on:
- cloud-sql-proxy

0 comments on commit 25555aa

Please sign in to comment.