initial commit
All checks were successful
Build and Push Image / build-and-push (push) Successful in 1m26s

This commit is contained in:
Michael Trip 2026-01-09 21:58:53 +01:00
parent 3bba1f6db6
commit b56e866071
36 changed files with 4160 additions and 0 deletions

19
requirements-prod.txt Normal file
View file

@ -0,0 +1,19 @@
# Production requirements
Flask==2.3.3
Flask-Login==0.6.3
Flask-SQLAlchemy==3.0.5
Flask-Migrate==4.0.5
Flask-WTF==1.2.1
WTForms==3.1.1
Werkzeug==2.3.7
python-dotenv==1.0.0
bcrypt==4.1.2
# Production server
gunicorn==21.2.0
# Database drivers
psycopg2-binary==2.9.9
# Monitoring & logging
prometheus-flask-exporter==0.23.0