fix SQLite

This commit is contained in:
stefan
2025-06-05 14:38:32 +02:00
parent 935070e211
commit 0482ef8479
3 changed files with 10 additions and 4 deletions
+2
View File
@@ -9,6 +9,8 @@ services:
- "8080:8081"
volumes:
- sqlite_data:/app/data # Volume für SQLite Datenbank
environment:
- USE_SQLITE=true
networks:
- meldestelle-net