mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* Update Notifuse template: replace PASETO with SECRET_KEY auth * Update docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
15 lines
263 B
TOML
15 lines
263 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
secret_key = "${base64:64}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "notifuse"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
ROOT_EMAIL = "${email}"
|
|
API_ENDPOINT = "https://${main_domain}"
|
|
SECRET_KEY = "${secret_key}"
|