Initial commit: Open-Source Projektplattform für Schleswig-Holstein
- Flask-App mit SQLite, Projekt-Einreichung und Bewerbungen - Suche und Filter nach Kategorie - Modernes UI mit Bootstrap 5 und Custom CSS - 6 Demo-Projekte via seed_demo_data.py - Docker und docker-compose Support Made-with: Cursor
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- instance_data:/app/instance
|
||||
environment:
|
||||
- SECRET_KEY=${SECRET_KEY:-docker-secret-key}
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
instance_data:
|
||||
Reference in New Issue
Block a user