Compare commits

..

No commits in common. "d9ea8bc64b2a947566cd19b5e80db9d860eacdd2" and "cae4eaddd7253c1c918a382de1d510f95215909c" have entirely different histories.

2 changed files with 38 additions and 1 deletions

View file

@ -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:

View file

@ -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"]