mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-03 04:55:24 +02:00
* Adiciona template do Syncthing com arquivos de configuração e ícone * Remove versão do Docker Compose do template do Syncthing
10 lines
160 B
TOML
10 lines
160 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
timezone = "America/Sao_Paulo"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "syncthing"
|
|
port = 8384
|
|
host = "${main_domain}"
|