Persist instance config assets across Docker restarts (#345)

This commit is contained in:
l5y
2025-10-15 16:14:59 +02:00
committed by GitHub
parent a3aef8cadd
commit 6a65abd2e3
4 changed files with 22 additions and 3 deletions
+4
View File
@@ -6,6 +6,7 @@ services:
volumes:
- ./web:/app
- ./data:/app/.local/share/potato-mesh
- ./.config/potato-mesh:/app/.config/potato-mesh
- /app/vendor/bundle
web-bridge:
@@ -14,6 +15,7 @@ services:
volumes:
- ./web:/app
- ./data:/app/.local/share/potato-mesh
- ./.config/potato-mesh:/app/.config/potato-mesh
- /app/vendor/bundle
ports:
- "41447:41447"
@@ -25,6 +27,7 @@ services:
volumes:
- ./data:/app
- ./data:/app/.local/share/potato-mesh
- ./.config/potato-mesh:/app/.config/potato-mesh
- /app/.local
ingestor-bridge:
@@ -33,4 +36,5 @@ services:
volumes:
- ./data:/app
- ./data:/app/.local/share/potato-mesh
- ./.config/potato-mesh:/app/.config/potato-mesh
- /app/.local