Files
templates/blueprints/pocket-id/docker-compose.yml
nst e645ecd2dd Update PocketID (#341)
* Up PocketID version in template

so PocketID now 1.10, but template pined to 0.36, and i bump it to v1 (which is latest 1.*)

* allign template

* allign template port

* allign meta

* allign meta prettier

* no need in ports, its not secure
2025-09-13 22:25:49 -06:00

20 lines
396 B
YAML

services:
pocket-id:
image: ghcr.io/pocket-id/pocket-id:v1
restart: unless-stopped
environment:
- APP_URL
- TRUST_PROXY
- ENCRYPTION_KEY
volumes:
- pocket-id-data:/app/data
healthcheck:
test: [ "CMD", "/app/pocket-id", "healthcheck" ]
interval: 1m30s
timeout: 5s
retries: 2
start_period: 10s
volumes:
pocket-id-data: