Switch DB and qr-storage from named volumes to bind mounts

docker compose down -v silently deletes named volumes with no
confirmation - not acceptable now that this holds real user/customer
data. Bind mounts under ./data/ are never touched by down -v, and give
a fixed host path that's simple to include in a backup routine later.
This commit is contained in:
2026-07-13 16:48:36 +02:00
parent 0bde9ef7c9
commit e66f3a0360
3 changed files with 6 additions and 13 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
.project
.idea
.DS_Store
.env
.env
/data/