Move pocket Id data dir

This commit is contained in:
2026-01-03 07:26:05 +00:00
parent 0b354d937a
commit c5f92c9411
2 changed files with 4 additions and 3 deletions

View File

@@ -3,3 +3,5 @@ TRUST_PROXY=
MAXMIND_LICENSE_KEY=
PUID=
PGID=
POCKETID_DATA_DIR=

View File

@@ -6,12 +6,11 @@ services:
ports:
- "3043:1411"
volumes:
#TODO change this to a more appropriate location
- ./data:/app/data
- ${POCKETID_DATA_DIR}:/app/data
# Optional healthcheck
healthcheck:
test: "curl -f http://localhost:1411/healthz"
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s
start_period: 10s