mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-07 06:55:24 +02:00
18 lines
294 B
TOML
18 lines
294 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
postgres_password = "${password}"
|
|
admin_password = "${password}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "web"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
POSTGRES_PASSWORD = "${postgres_password}"
|
|
ADMIN_PASSWORD = "${admin_password}"
|
|
|