chore: production docker + compose for LAN deployment

This commit is contained in:
2026-02-12 11:22:47 +01:00
parent 3a0bb1cd37
commit e1c939799b
9 changed files with 218 additions and 4 deletions

View File

@@ -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"