mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Introduced Docker Compose setup for Chevereto service, including environment variables and volume configuration. - Added logo for Chevereto. - Created template.toml for Chevereto with default variables for configuration.
13 lines
229 B
TOML
13 lines
229 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
db_password = "${password:16}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "chevereto"
|
|
port = 80
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
DB_PASSWORD = "${db_password}"
|
|
DOMAIN = "${main_domain}" |