fix(workspaces): persist workspace data across restarts

This commit is contained in:
Bu5hm4nn
2026-03-25 19:27:26 +01:00
parent bfb6c71be3
commit 8d4216a6f8
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ services:
volumes:
- ./app:/app/app
- ./config:/app/config
- vault-dash-data:/app/data
depends_on:
redis:
condition: service_healthy
@@ -46,4 +47,5 @@ services:
restart: unless-stopped
volumes:
vault-dash-data:
redis-data: