Bind-mount PocketBase data dir in local dev instead of a named volume

Makes local test data (e.g. content pulled from production for testing)
directly inspectable and swappable on the host filesystem, without
affecting the production volume-based setup.
This commit is contained in:
2026-09-11 13:53:17 +02:00
parent 91181f2170
commit 7ce073d2a9
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ services:
pocketbase:
ports:
- "127.0.0.1:8090:8090"
volumes:
- ./pocketbase/pb_data:/pb/pb_data
frontend:
ports: