Add deployment workflow (docker-compose, deploy.sh, webhook receiver)

This commit is contained in:
2026-06-10 11:17:08 +02:00
parent 84c933ea9c
commit b9fc741505
5 changed files with 129 additions and 11 deletions
+3 -11
View File
@@ -1,11 +1,3 @@
# AufmaßWeb Konfiguration
# Kopiere diese Datei nach .env und passe die Werte an
SECRET_KEY=ersetzen-mit-sicherem-schluessel-mindestens-32-zeichen
# SQLite (Entwicklung lokal):
# DATABASE_URL=sqlite:///data/aufmass.db
# PostgreSQL (Produktion / Docker):
DATABASE_URL=postgresql://user:password@host:5432/aufmassweb
FLASK_ENV=production
DATABASE_URL=postgresql://aufmass:aufmass_secret@localhost:5432/aufmassweb
SECRET_KEY=change-me-in-production
REGISTRATION_ENABLED=false