mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* 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
14 lines
197 B
TOML
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]] |