Files
driftywinds/docker-compose-files/pocketID/compose.yml
2025-01-16 12:55:20 +05:30

18 lines
416 B
YAML

services:
pocket-id:
image: stonith404/pocket-id # or ghcr.io/stonith404/pocket-id
restart: unless-stopped
env_file: .env
ports:
- 80:80
volumes:
- "./data:/app/backend/data"
# Optional healthcheck
healthcheck:
test: "curl -f http://localhost/health"
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s
# external caddy handles SSL certs