mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* 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
16 lines
264 B
TOML
16 lines
264 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "pocket-id"
|
|
port = 1411
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
ENCRYPTION_KEY = "CHANGEME: openssl rand -base64 32"
|
|
APP_URL = "http://${main_domain}"
|
|
TRUST_PROXY = "true"
|