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"
|
- "5000:5000"
|
||||||
entrypoint: python3 app.py
|
entrypoint: python3 app.py
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
env_file:
|
env_file:
|
||||||
- .env.dist
|
- .env.dist
|
||||||
- .env
|
- .env
|
||||||
|
Reference in New Issue
Block a user