mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-30 06:22:13 -05:00
* feat/add trilium next template * fix: test verify to pr * fix: fix validation error in docker-compose * fix: static version to trilium image --------- Co-authored-by: jbello <jbello@raodsystem.com>
14 lines
179 B
TOML
Executable File
14 lines
179 B
TOML
Executable File
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = [
|
|
"TRILIUM_DATA_DIR=/root"
|
|
]
|
|
mount = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "trilium_next"
|
|
port = 8080
|
|
host = "${main_domain}"
|