Add pocketid/docker-compose.yml
Untested as of April 2026 - original appears to have been lost
This commit is contained in:
21
pocketid/docker-compose.yml
Normal file
21
pocketid/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user