Add db dependancy to docker-compose (thanks Kody again)

This commit is contained in:
Michel Roux 2019-12-19 15:00:37 +01:00
parent 5702d54043
commit 848db1f8b0
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ services:
- "5000:5000"
entrypoint: python3 app.py
working_dir: /app
depends_on:
- db
env_file:
- .env.dist
- .env