init pocketid

This commit is contained in:
Jonathan DeMasi
2026-04-28 20:21:05 -06:00
parent ca0e5ee0c3
commit f78c07f7db
6 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
secrets:
pocket_id_encryption_key:
file: ./pocket_id_encryption_key
services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v{{ pocket_id_version }}
restart: unless-stopped
env_file: .env
ports:
- 1411:1411
volumes:
- "./data:/app/data"
# Optional healthcheck
healthcheck:
test: [ "CMD", "/app/pocket-id", "healthcheck" ]
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s
secrets:
- pocket_id_encryption_key