traefik: add bazarr
This commit is contained in:
parent
291e0dc33b
commit
345402c386
1 changed files with 4 additions and 3 deletions
|
@ -20,10 +20,10 @@ _: {
|
||||||
entryPoints = ["web"];
|
entryPoints = ["web"];
|
||||||
service = "radarr";
|
service = "radarr";
|
||||||
};
|
};
|
||||||
readarr = {
|
bazarr = {
|
||||||
rule = "Host(`readarr.internal.flake.sh`)";
|
rule = "Host(`bazarr.internal.flake.sh`)";
|
||||||
entryPoints = ["web"];
|
entryPoints = ["web"];
|
||||||
service = "readarr";
|
service = "bazarr";
|
||||||
};
|
};
|
||||||
whisparr = {
|
whisparr = {
|
||||||
rule = "Host(`whisparr.internal.flake.sh`)";
|
rule = "Host(`whisparr.internal.flake.sh`)";
|
||||||
|
@ -39,6 +39,7 @@ _: {
|
||||||
services = {
|
services = {
|
||||||
sonarr.loadBalancer.servers = [{url = "http://localhost:8989";}];
|
sonarr.loadBalancer.servers = [{url = "http://localhost:8989";}];
|
||||||
radarr.loadBalancer.servers = [{url = "http://localhost:7878";}];
|
radarr.loadBalancer.servers = [{url = "http://localhost:7878";}];
|
||||||
|
bazarr.loadBalancer.servers = [{url = "http://localhost:6767";}];
|
||||||
whisparr.loadBalancer.servers = [{url = "http://localhost:6969";}];
|
whisparr.loadBalancer.servers = [{url = "http://localhost:6969";}];
|
||||||
prowlarr.loadBalancer.servers = [{url = "http://localhost:9696";}];
|
prowlarr.loadBalancer.servers = [{url = "http://localhost:9696";}];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue