[Komodo] Commit Sync: update master_sync.toml
This commit is contained in:
+27
-1
@@ -37,6 +37,31 @@ additional_env_files = [
|
||||
|
||||
##
|
||||
|
||||
[[stack]]
|
||||
name = "duplicati"
|
||||
[stack.config]
|
||||
server = "Unraid"
|
||||
file_contents = """
|
||||
services:
|
||||
duplicati:
|
||||
image: lscr.io/linuxserver/duplicati:latest
|
||||
container_name: duplicati
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
- SETTINGS_ENCRYPTION_KEY=8cwCehuik1ZSsleD8dnd
|
||||
- CLI_ARGS='--store-metadata-content-in-database'
|
||||
volumes:
|
||||
- /mnt/user/docker/duplicati/config:/config
|
||||
- /mnt/user:/mnt/source/:ro
|
||||
ports:
|
||||
- 8200:8200
|
||||
restart: unless-stopped
|
||||
"""
|
||||
|
||||
##
|
||||
|
||||
[[stack]]
|
||||
name = "freshrss"
|
||||
tags = ["Active"]
|
||||
@@ -140,7 +165,8 @@ auto_update = true
|
||||
linked_repo = "compose-icloudpd"
|
||||
webhook_secret = "Spotting-Drainpipe-Freely-Outwit-Opponent7"
|
||||
additional_env_files = [
|
||||
{ path = ".env", track = true }
|
||||
{ path = "icloud_shared.env", track = true },
|
||||
{ path = "icloud_andrew.env", track = true }
|
||||
]
|
||||
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user