Connect sonarr to deluge
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
job "sonarr" {
|
||||
group "sonarr" {
|
||||
count = 1
|
||||
|
||||
network {
|
||||
mode = "bridge"
|
||||
port "http" {
|
||||
@@ -16,6 +14,10 @@ job "sonarr" {
|
||||
destination_name = "postgres"
|
||||
local_bind_port = 5432
|
||||
}
|
||||
upstreams {
|
||||
destination_name = "deluge-api"
|
||||
local_bind_port = 8112
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user