mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* fix: update CyberChef logo from SVG to PNG and remove old SVG file * fix: update Meilisearch version to v1.35.1
14 lines
221 B
TOML
14 lines
221 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
master_key = "${base64:32}"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "meilisearch"
|
|
port = 7_700
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
MEILI_MASTER_KEY = "${master_key}" |