mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* Enhance meta.json: format tag lists for consistency, add new entries for KaraKeep, FreshRSS, and Movary with detailed descriptions and links. * Update blueprints/freshrss/docker-compose.yml * Update blueprints/karakeep/docker-compose.yml * Update blueprints/karakeep/docker-compose.yml * Update blueprints/karakeep/docker-compose.yml * Update blueprints/karakeep/docker-compose.yml * Update blueprints/movary/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
19 lines
319 B
TOML
19 lines
319 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
timezone = "UTC"
|
|
|
|
[config.env]
|
|
FRESHRSS_VERSION = "latest"
|
|
TZ = "${timezone}"
|
|
CRON_MIN = "13,43"
|
|
FRESHRSS_ENV = "production"
|
|
COPY_LOG_TO_SYSLOG = "On"
|
|
COPY_SYSLOG_TO_STDERR = "On"
|
|
|
|
[config]
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "freshrss"
|
|
port = 80
|
|
host = "${main_domain}" |