fix(workspaces): persist workspace data across restarts
This commit is contained in:
@@ -22,6 +22,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
- proxy-net
|
- proxy-net
|
||||||
|
volumes:
|
||||||
|
- vault-dash-data:/app/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
@@ -38,3 +40,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
vault-dash-data:
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./app:/app/app
|
- ./app:/app/app
|
||||||
- ./config:/app/config
|
- ./config:/app/config
|
||||||
|
- vault-dash-data:/app/data
|
||||||
depends_on:
|
depends_on:
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -46,4 +47,5 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
vault-dash-data:
|
||||||
redis-data:
|
redis-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user