mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 01:10:22 +03:00
17 lines
361 B
YAML
17 lines
361 B
YAML
services:
|
|
pocket-id:
|
|
image: ghcr.io/pocket-id/pocket-id:v1
|
|
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
|