Try pocketid without the DATA_ROOT variable
This commit is contained in:
@@ -3,5 +3,3 @@ TRUST_PROXY=
|
|||||||
MAXMIND_LICENSE_KEY=
|
MAXMIND_LICENSE_KEY=
|
||||||
PUID=
|
PUID=
|
||||||
PGID=
|
PGID=
|
||||||
|
|
||||||
DATA_ROOT=
|
|
||||||
|
|||||||
@@ -6,11 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3043:80
|
- 3043:80
|
||||||
volumes:
|
volumes:
|
||||||
- ${DATA_ROOT}:/app/backend/data
|
- "./data:/app/backend/data"
|
||||||
environment:
|
|
||||||
- SQLITE_DB_PATH=${DATA_ROOT}/pocket-id.db
|
|
||||||
- UPLOAD_PATH=${DATA_ROOT}/uploads
|
|
||||||
- GEOLITE_DB_PATH=${DATA_ROOT}/GeoLite2-City.mmdb
|
|
||||||
# Optional healthcheck
|
# Optional healthcheck
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "curl -f http://localhost/health"
|
test: "curl -f http://localhost/health"
|
||||||
|
|||||||
Reference in New Issue
Block a user