fixed db problem

This commit is contained in:
2026-06-03 16:15:09 -04:00
parent 820ae5d50a
commit bc4f38726a
7 changed files with 49 additions and 2 deletions
+5
View File
@@ -7,10 +7,12 @@ services:
environment:
- HOST_BROWSE_ROOT=${HOST_BROWSE_ROOT}
- HOST_MOUNT_ROOT=/host
- DASHBOARD_DB_PATH=/app/data/dashboard.db
volumes:
- type: bind
source: ./server
target: /app
- db_data:/app/data
- type: bind
source: ${HOST_BROWSE_ROOT}
target: /host
@@ -37,3 +39,6 @@ services:
- frontend
restart: unless-stopped
volumes:
db_data: