Move jellyseerr

This commit is contained in:
Marc Fokkert
2025-08-31 11:58:11 +02:00
parent bbf82974ac
commit 1c1aaa1d71
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ resource "docker_container" "gluetun" {
networks_advanced { networks_advanced {
name = docker_network.container-public.name name = docker_network.container-public.name
ipv4_address = "192.168.3.27" ipv4_address = "192.168.3.27"
}s }
lifecycle { lifecycle {
ignore_changes = [ ignore_changes = [
@@ -19,13 +19,13 @@ resource "docker_container" "jellyseerr" {
] ]
networks_advanced { networks_advanced {
name = docker_network.bridge.name name = docker_network.container-public.name
ipv4_address = "192.168.2.135" ipv4_address = "192.168.3.37"
} }
mounts { mounts {
target = "/app/config" target = "/app/config"
source = "/share/appdata/jellyseerr" source = "/var/lib/containers/jellyseerr"
type = "bind" type = "bind"
} }
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long