Set up PocketID login
This commit is contained in:
parent
c518a377fd
commit
1c34e0cb07
7 changed files with 75 additions and 6 deletions
19
pocket-id/docker-compose.yml
Normal file
19
pocket-id/docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Docker Compose file for PocketID
|
||||
# Location: /srv/pocket-id/docker-compose.yml
|
||||
|
||||
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: "curl -f http://localhost:1411/healthz"
|
||||
interval: 1m30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
start_period: 10s
|
Loading…
Add table
Add a link
Reference in a new issue