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