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

@@ -22,6 +22,8 @@ services:
networks:
- default
- proxy-net
volumes:
- vault-dash-data:/app/data
healthcheck:
test:
[
@@ -38,3 +40,6 @@ services:
networks:
proxy-net:
external: true
volumes:
vault-dash-data: