Update pocket id to v1.0+

This commit is contained in:
2025-06-10 11:25:59 +02:00
parent 04f13e825b
commit 26c2e7d2ff
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
PUBLIC_APP_URL=
APP_URL=
TRUST_PROXY=
MAXMIND_LICENSE_KEY=
PUID=

View File

@@ -1,16 +1,16 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v0.52.0
image: ghcr.io/pocket-id/pocket-id:v1.3.1
restart: unless-stopped
env_file: .env
ports:
- 3043:80
- "3043:1411"
volumes:
#TODO change this to a more appropriate location
- "./data:/app/backend/data"
- ./data:/app/data
# Optional healthcheck
healthcheck:
test: "curl -f http://localhost/health"
test: "curl -f http://localhost:1411/healthz"
interval: 1m30s
timeout: 5s
retries: 2