mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 20:37:57 -05:00
* 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
20 lines
396 B
YAML
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:
|