fix SQLite

This commit is contained in:
stefan
2025-06-05 15:43:31 +02:00
parent 0482ef8479
commit 3b752bd90e
6 changed files with 185 additions and 128 deletions
+1 -3
View File
@@ -8,7 +8,7 @@ services:
ports:
- "8080:8081"
volumes:
- sqlite_data:/app/data # Volume für SQLite Datenbank
- ./data:/app/data # Direktes Mapping des data Verzeichnisses
environment:
- USE_SQLITE=true
networks:
@@ -17,5 +17,3 @@ services:
networks:
meldestelle-net:
driver: bridge
volumes:
sqlite_data: # Volume für SQLite Datenbank