Updates, add piped

This commit is contained in:
Marc Fokkert
2025-09-15 10:58:33 +02:00
parent 8d2a5c5494
commit 9a5969e129
6 changed files with 205 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ resource "docker_container" "gluetun" {
"WIREGUARD_ADDRESSES=10.159.242.252/32",
"FIREWALL_VPN_INPUT_PORTS=47836",
"SERVER_COUNTRIES=Netherlands",
# 8112 = Deluge
"FIREWALL_INPUT_PORTS=8112"
]
@@ -48,6 +50,10 @@ resource "docker_container" "gluetun" {
ipv4_address = "192.168.3.27"
}
networks_advanced {
name = docker_network.piped.name
}
lifecycle {
ignore_changes = [
ulimit,