mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 12:11:22 -05:00
* feat: add Borgitory BorgBackup web manager entry * feat(meta.json): add documentation link to Borgitory entry --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
25 lines
496 B
TOML
25 lines
496 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "borgitory"
|
|
port = 8000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
|
|
[[config.mounts]]
|
|
name = "borgitory-data"
|
|
mountPath = "/app/data"
|
|
description = "Database and encryption key storage"
|
|
|
|
[[config.mounts]]
|
|
name = "borgitory-sources"
|
|
mountPath = "/mnt/sources"
|
|
description = "Sources to back up (read-only)"
|
|
|
|
[[config.mounts]]
|
|
name = "borgitory-repos"
|
|
mountPath = "/mnt/repos"
|
|
description = "Borg repositories (read-only)" |