refactor v2
This commit is contained in:
@@ -14,6 +14,8 @@ services:
|
||||
- PYTHONUNBUFFERED=1
|
||||
- PYTHONDONTWRITEBYTECODE=1
|
||||
- SECRET_KEY=alamakota
|
||||
- FLASK_PORT=${APP_PORT:-8798}
|
||||
command: gunicorn -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 --bind 0.0.0.0:${FLASK_PORT:-8798} --timeout 60 app:app
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- monitoring
|
||||
|
||||
Reference in New Issue
Block a user