Skip to content

Commit

Permalink
Update docker-compose.cbc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Laws committed Jul 7, 2021
1 parent 9f9e71a commit 0c8d12c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.cbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
- SQL_HOST=db-cbc
- SQL_PORT=5432
- REDIS_HOST=redis-cbc
- JULIA_HOST=julia-cbc
volumes:
- .:/opt/reopt
depends_on:
Expand All @@ -41,12 +42,13 @@ services:
image: base-api-image-cbc
command: >
"python manage.py migrate
&& /opt/reopt/bin/wait-for-it.bash -t 0 julia:8081 -- python manage.py runserver 0.0.0.0:8000"
&& /opt/reopt/bin/wait-for-it.bash -t 0 julia-cbc:8081 -- python manage.py runserver 0.0.0.0:8000"
environment:
- APP_ENV=local
- SQL_HOST=db-cbc
- SQL_PORT=5432
- REDIS_HOST=redis-cbc
- JULIA_HOST=julia-cbc
depends_on:
- db-cbc
- redis-cbc
Expand Down

0 comments on commit 0c8d12c

Please sign in to comment.