Core
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
||||
env_file:
|
||||
- .env.event
|
||||
ports:
|
||||
- "${APP_PORT:-5000}:5000"
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- FLASK_APP=${FLASK_APP}
|
||||
- FLASK_ENV=${FLASK_ENV}
|
||||
@@ -28,8 +28,3 @@ services:
|
||||
- .:/app
|
||||
restart: always
|
||||
|
||||
|
||||
# Flask Configuration
|
||||
FLASK_APP=wsgi.py
|
||||
FLASK_ENV=development
|
||||
APP_PORT=4500
|
||||
|
||||
Reference in New Issue
Block a user