Compare commits
2 Commits
68a3339794
...
aec74345d4
| Author | SHA1 | Date | |
|---|---|---|---|
| aec74345d4 | |||
| 24ab04b098 |
@@ -114,5 +114,5 @@ variable "secret_key" {
|
|||||||
|
|
||||||
variable "authentik_version" {
|
variable "authentik_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "2025.2.3"
|
default = "2025.4"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ job "media" {
|
|||||||
port "sonarr" { to = 8989 }
|
port "sonarr" { to = 8989 }
|
||||||
port "bazarr" { to = 6767 }
|
port "bazarr" { to = 6767 }
|
||||||
port "pms" { static = 32400 }
|
port "pms" { static = 32400 }
|
||||||
port "qbt_ui" { to = 8080 }
|
port "qbt_ui" { static = 8080 }
|
||||||
port "qbt_torrent" { static = 51413 }
|
port "qbt_torrent" { static = 51413 }
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ job "media" {
|
|||||||
image = "ghcr.io/hotio/sonarr:latest"
|
image = "ghcr.io/hotio/sonarr:latest"
|
||||||
ports = [ "sonarr" ]
|
ports = [ "sonarr" ]
|
||||||
volumes = [
|
volumes = [
|
||||||
"/data/compute/appdata/sonarr:/config",
|
"/data/compute/appdata/sonarr-working:/config",
|
||||||
"/data/media:/data",
|
"/data/media:/data",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -91,7 +91,7 @@ job "media" {
|
|||||||
ports = [ "bazarr" ]
|
ports = [ "bazarr" ]
|
||||||
volumes = [
|
volumes = [
|
||||||
"/data/compute/appdata/bazarr:/config",
|
"/data/compute/appdata/bazarr:/config",
|
||||||
"/data/media/media:/data",
|
"/data/media/media:/data/media",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ job "media" {
|
|||||||
]
|
]
|
||||||
volumes = [
|
volumes = [
|
||||||
"/data/compute/appdata/qbittorrent:/config",
|
"/data/compute/appdata/qbittorrent:/config",
|
||||||
"/data/media/torrents:/data",
|
"/data/media/torrents:/data/torrents",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user