This commit is contained in:
2026-05-28 12:34:01 -04:00
parent d239de257d
commit 49310e6d59
9 changed files with 240 additions and 164 deletions
+6
View File
@@ -4,10 +4,16 @@ services:
container_name: dashboard-backend
ports:
- "3001:3001"
environment:
- HOST_BROWSE_ROOT=${HOST_BROWSE_ROOT:-C:/Users}
- HOST_MOUNT_ROOT=/host
volumes:
- type: bind
source: ./server
target: /app
- type: bind
source: ${HOST_BROWSE_ROOT:-C:/Users}
target: /host
restart: unless-stopped
frontend: