Skip to content

Commit

Permalink
fix: Make sure the backend and front end are available before launchi…
Browse files Browse the repository at this point in the history
…ng nginx (#83)
  • Loading branch information
arihantsurana authored Jul 16, 2020
1 parent 4328f59 commit 2d8e36f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions {{cookiecutter.project_slug}}/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ services:
- ./nginx/nginx.conf:/etc/nginx/conf.d/default.conf
ports:
- {{cookiecutter.port}}:80
depends_on:
- backend
- frontend

redis:
image: redis
Expand Down

0 comments on commit 2d8e36f

Please sign in to comment.