Add db dependancy to docker-compose (thanks Kody again)
This commit is contained in:
parent
5702d54043
commit
848db1f8b0
@ -7,6 +7,8 @@ services:
|
||||
- "5000:5000"
|
||||
entrypoint: python3 app.py
|
||||
working_dir: /app
|
||||
depends_on:
|
||||
- db
|
||||
env_file:
|
||||
- .env.dist
|
||||
- .env
|
||||
|
Reference in New Issue
Block a user