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= TRUST_PROXY=
MAXMIND_LICENSE_KEY= MAXMIND_LICENSE_KEY=
PUID= PUID=

View File

@@ -1,16 +1,16 @@
services: services:
pocket-id: 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 restart: unless-stopped
env_file: .env env_file: .env
ports: ports:
- 3043:80 - "3043:1411"
volumes: volumes:
#TODO change this to a more appropriate location #TODO change this to a more appropriate location
- "./data:/app/backend/data" - ./data:/app/data
# Optional healthcheck # Optional healthcheck
healthcheck: healthcheck:
test: "curl -f http://localhost/health" test: "curl -f http://localhost:1411/healthz"
interval: 1m30s interval: 1m30s
timeout: 5s timeout: 5s
retries: 2 retries: 2