This commit is contained in:
CHIEFSOFT\ameye
2025-07-04 14:13:43 -04:00
parent 79284939da
commit e8c5f1971e
2 changed files with 4 additions and 6 deletions
+1 -6
View File
@@ -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