Update docker-compose.yml

This commit is contained in:
Baptiste Peupier 2022-02-02 13:03:32 +01:00
parent 79c4043edf
commit a010524e75

View file

@ -35,7 +35,7 @@ services:
- ./backend:/data/backend - ./backend:/data/backend
environment: environment:
- FLASK_APP=app.py - FLASK_APP=app.py
- FLASK_ENV=development - FLASK_ENV=production
- FLASK_DEBUG=0 - FLASK_DEBUG=0
- FLASK_RUN_PORT=5000 - FLASK_RUN_PORT=5000
networks: networks: