diff --git a/qbittorrent/compose.yaml b/qbittorrent/compose.yaml index c65a986..738445c 100644 --- a/qbittorrent/compose.yaml +++ b/qbittorrent/compose.yaml @@ -25,6 +25,9 @@ services: - INJECT_TORRENTS=true - INJECTION_LINK_DIRECTORY=/media/downloads/fertilizer/linked-data - QBITTORRENT_URL=http://fern:${QBITTORRENT_PASS}@qbittorrent_gluetun:8080 + networks: + default: + ipv4_address: 172.16.7.4 command: fertilizer -o /media/downloads/fertilizer/torrent-files -i /torrents/qBittorrent/BT_backup --server user: 1000:1800 @@ -113,6 +116,10 @@ services: networks: default: + ipam: + driver: default + config: + - subnet: 172.16.7.0/24 proxy: external: true media: diff --git a/resources.toml b/resources.toml index c7a0a39..f2742f1 100644 --- a/resources.toml +++ b/resources.toml @@ -11,7 +11,7 @@ enabled = true name = "minecraft.local" tags = ["spoonbill"] [server.config] -address = "https://10.0.1.101:8120" +address = "https://10.0.1.105:8120" enabled = true ## @@ -280,6 +280,22 @@ run_directory = "mailserver" ## +[[stack]] +name = "memos" +tags = ["internal"] +[stack.config] +server = "docker.local" +links = ["https://memos.ferngarden.net"] +poll_for_updates = true +auto_update = true +linked_repo = "github" +run_directory = "memos" +environment = """ +POSTGRES_PASSWORD=[[MEMOS_DB_PASSWORD]] +""" + +## + [[stack]] name = "metrics_docker_local" tags = ["internal", "metrics"] @@ -411,6 +427,20 @@ MOLLY_VAPID_PRIVKEY=[[MOLLY_VAPID_PRIVKEY]] ## +[[stack]] +name = "obsidian-livesync" +tags = ["internal"] +[stack.config] +server = "docker.local" +auto_update = true +linked_repo = "github" +run_directory = "obsidian-livesync" +environment = """ +COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]] +""" + +## + [[stack]] name = "paperless" tags = ["internal"]