mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
Update PocketID (#341)
* 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
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
services:
|
||||
pocket-id:
|
||||
image: ghcr.io/pocket-id/pocket-id:v0.35.1
|
||||
image: ghcr.io/pocket-id/pocket-id:v1
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUBLIC_UI_CONFIG_DISABLED
|
||||
- PUBLIC_APP_URL
|
||||
- APP_URL
|
||||
- TRUST_PROXY
|
||||
ports:
|
||||
- 80
|
||||
- ENCRYPTION_KEY
|
||||
volumes:
|
||||
- pocket-id-data:/app/backend/data
|
||||
- pocket-id-data:/app/data
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost/health"
|
||||
test: [ "CMD", "/app/pocket-id", "healthcheck" ]
|
||||
interval: 1m30s
|
||||
timeout: 5s
|
||||
retries: 2
|
||||
|
||||
@@ -6,10 +6,10 @@ mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "pocket-id"
|
||||
port = 80
|
||||
port = 1411
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
PUBLIC_UI_CONFIG_DISABLED = "false"
|
||||
PUBLIC_APP_URL = "http://${main_domain}"
|
||||
ENCRYPTION_KEY = "CHANGEME: openssl rand -base64 32"
|
||||
APP_URL = "http://${main_domain}"
|
||||
TRUST_PROXY = "true"
|
||||
|
||||
Reference in New Issue
Block a user