Files
templates/blueprints/meilisearch/template.toml
Juan 1cde3fac82 Update Meilisearch 1.35.1 and fix Cyberchef logo (#722)
* fix: update CyberChef logo from SVG to PNG and remove old SVG file

* fix: update Meilisearch version to v1.35.1
2026-05-12 14:54:37 -06:00

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}"