chore: production docker + compose for LAN deployment
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Flask==3.0.2
|
||||
Flask-SocketIO==5.3.6
|
||||
# Production WSGI server
|
||||
gunicorn==21.2.0
|
||||
# Async backends (optional). On Windows/Python 3.14+ these often have no wheels / compatibility issues.
|
||||
eventlet==0.35.2; platform_system != "Windows" and python_version < "3.14"
|
||||
gevent==24.2.1; platform_system != "Windows" and python_version < "3.14"
|
||||
|
||||
Reference in New Issue
Block a user