mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Added entries in meta.json for Ampache, AnythingLLM, Apprise API, and ArangoDB with detailed descriptions, logos, and relevant links. - Introduced Docker Compose configurations for each service to facilitate deployment. - Created template.toml files for each service with default variables for configuration.
12 lines
216 B
TOML
12 lines
216 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
arango_password = "${password:16}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "arangodb"
|
|
port = 8529
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
ARANGO_PASSWORD = "${arango_password}" |