Try pocketid without the DATA_ROOT variable

This commit is contained in:
Peter Smit
2024-12-21 14:02:34 +01:00
parent 4ec525fede
commit 1b9cc35f0e
2 changed files with 1 additions and 7 deletions

View File

@@ -6,11 +6,7 @@ services:
ports:
- 3043:80
volumes:
- ${DATA_ROOT}:/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
- "./data:/app/backend/data"
# Optional healthcheck
healthcheck:
test: "curl -f http://localhost/health"