Move pocket Id data dir
This commit is contained in:
@@ -3,3 +3,5 @@ TRUST_PROXY=
|
|||||||
MAXMIND_LICENSE_KEY=
|
MAXMIND_LICENSE_KEY=
|
||||||
PUID=
|
PUID=
|
||||||
PGID=
|
PGID=
|
||||||
|
|
||||||
|
POCKETID_DATA_DIR=
|
||||||
|
|||||||
@@ -6,8 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "3043:1411"
|
- "3043:1411"
|
||||||
volumes:
|
volumes:
|
||||||
#TODO change this to a more appropriate location
|
- ${POCKETID_DATA_DIR}:/app/data
|
||||||
- ./data:/app/data
|
|
||||||
# Optional healthcheck
|
# Optional healthcheck
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "curl -f http://localhost:1411/healthz"
|
test: "curl -f http://localhost:1411/healthz"
|
||||||
|
|||||||
Reference in New Issue
Block a user