mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 15:35:24 +02:00
18 lines
280 B
TOML
18 lines
280 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "trmnl-larapaper"
|
|
port = 8080
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
APP_URL = "${main_domain}"
|
|
PHP_OPCACHE_ENABLE = "1"
|
|
APP_TIMEZONE = "UTC"
|
|
REGISTRATION_ENABLED = "1"
|
|
FORCE_HTTPS = "0"
|