Files
templates/blueprints/memos/template.toml
Nicolas SANS 8f887d08b8 Add Memos entry (#234)
* Add Memos service and configuration files

* Refactor docker-compose.yml: update environment variable syntax for Memos service

* Update docker-compose.yml and template.toml: adjust environment variable syntax and change MEMOS_MODE value

* Add GitLab CE entry to meta.json and update Memos version to latest
2025-07-20 21:47:13 -06:00

14 lines
197 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "memos"
port = 5230
host = "${main_domain}"
[config.env]
MEMOS_MODE = "prod"
MEMOS_PORT = "5230"
[[config.mounts]]