mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
* feat: add Joplin Server template * chore: pin joplin-server template version * Update blueprints/joplin-server/template.toml --------- Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com> Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
19 lines
353 B
TOML
19 lines
353 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
postgres_password = "${password:32}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "joplin-server"
|
|
port = 22300
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
APP_BASE_URL = "http://${main_domain}"
|
|
APP_PORT = "22300"
|
|
POSTGRES_PASSWORD = "${postgres_password}"
|
|
POSTGRES_USER = "joplin"
|
|
POSTGRES_DATABASE = "joplin"
|