Version 1.2.2: Verbesserte Telefonnummern-Formatierung und Dokumentation

This commit is contained in:
2025-03-18 13:47:41 +01:00
parent 68a2db28a1
commit d5954eac89
6 changed files with 125 additions and 57 deletions

View File

@@ -4,9 +4,11 @@ services:
ports:
- "5001:5000"
volumes:
- .:/app
- ./data:/app/data
environment:
- FLASK_APP=app.py
- FLASK_ENV=development
- FLASK_DEBUG=1
- FLASK_ENV=production
- SECRET_KEY=your-super-secret-key-here
- LOGIN_PASSWORD=changeme
- ALLOWED_IP_RANGES=213.178.68.218/29,192.168.0.0/24,192.168.177.0/24
command: flask run --host=0.0.0.0