Update pocket id to v1.0+
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PUBLIC_APP_URL=
|
||||
APP_URL=
|
||||
TRUST_PROXY=
|
||||
MAXMIND_LICENSE_KEY=
|
||||
PUID=
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.52.0
|
||||
image: ghcr.io/pocket-id/pocket-id:v1.3.1
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
ports:
|
||||
- 3043:80
|
||||
- "3043:1411"
|
||||
volumes:
|
||||
#TODO change this to a more appropriate location
|
||||
- "./data:/app/backend/data"
|
||||
- ./data:/app/data
|
||||
# Optional healthcheck
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost/health"
|
||||
test: "curl -f http://localhost:1411/healthz"
|
||||
interval: 1m30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
|
||||
Reference in New Issue
Block a user