remove browse, add image

This commit is contained in:
2026-05-28 11:01:47 -04:00
parent 1cbb887e1d
commit d239de257d
10 changed files with 44 additions and 278 deletions
+3 -5
View File
@@ -4,12 +4,10 @@ services:
container_name: dashboard-backend
ports:
- "3001:3001"
environment:
- BROWSE_ROOTS=/host
volumes:
- ./server:/app
# Host file browsing root inside container (adjust HOST_BROWSE_ROOT if needed)
- ${HOST_BROWSE_ROOT:-C:/Users}:/host
- type: bind
source: ./server
target: /app
restart: unless-stopped
frontend: