add env vars for debugging
This commit is contained in:
parent
e4b8156597
commit
6b9d6bc0ac
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ services:
|
|||
- "5040:5000"
|
||||
volumes:
|
||||
- ./uploads:/app/uploads
|
||||
env:
|
||||
FLASK_DEBUG: 1
|
||||
FLASK_APP: app
|
||||
|
|
Reference in a new issue