mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
Create template.toml
This commit is contained in:
committed by
GitHub
parent
2fceaafdda
commit
a1b9db513a
18
blueprints/leantime/template.toml
Normal file
18
blueprints/leantime/template.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
db_password = "${password:16}"
|
||||
db_root_password = "${password:16}"
|
||||
db_user = "leantime"
|
||||
db_name = "leantime"
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "leantime"
|
||||
port = 80
|
||||
host = "${main_domain}"
|
||||
|
||||
[config.env]
|
||||
LEAN_DB_USER = "${db_user}"
|
||||
LEAN_DB_PASSWORD = "${db_password}"
|
||||
LEAN_DB_DATABASE = "${db_name}"
|
||||
MYSQL_ROOT_PASSWORD = "${db_root_password}"
|
||||
Reference in New Issue
Block a user