Add pocketid/docker-compose.yml

Untested as of April 2026 - original appears to have been lost
This commit is contained in:
2026-04-26 00:45:55 +01:00
parent 8cf5d7e44e
commit d3bce68c92

View File

@@ -0,0 +1,21 @@
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id
restart: unless-stopped
environment:
- APP_URL=https://hold.johnsnexus.click
- TRUST_PROXY=true
- PUID=1000
- PGID=1000
- TZ=Europe/London
ports:
- 1411:1411
volumes:
- /home/john/docker/pocketid/data:/app/data
# Optional healthcheck
healthcheck:
test: "curl -f http://localhost:1411/healthz"
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s