added bazarr
This commit is contained in:
parent
68da465b55
commit
b6b7a0283e
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -19,6 +19,7 @@
|
|||||||
"autopull",
|
"autopull",
|
||||||
"azuretools",
|
"azuretools",
|
||||||
"BANN",
|
"BANN",
|
||||||
|
"bazarr",
|
||||||
"binhex",
|
"binhex",
|
||||||
"bitwarden",
|
"bitwarden",
|
||||||
"blueman",
|
"blueman",
|
||||||
|
@ -56,6 +56,21 @@ in
|
|||||||
environmentFiles = [ config.sops.secrets."docker/qbit_vpn".path ];
|
environmentFiles = [ config.sops.secrets."docker/qbit_vpn".path ];
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
|
bazarr = {
|
||||||
|
image = "ghcr.io/linuxserver/bazarr:latest";
|
||||||
|
ports = [ "6767:6767" ];
|
||||||
|
environment = {
|
||||||
|
PUID = "600";
|
||||||
|
PGID = "100";
|
||||||
|
TZ = "America/New_York";
|
||||||
|
};
|
||||||
|
volumes = [
|
||||||
|
"${vars.media_docker_configs}/bazarr:/config"
|
||||||
|
"${vars.storage_plex}/movies:/movies"
|
||||||
|
"${vars.storage_plex}/tv:/tv"
|
||||||
|
];
|
||||||
|
autoStart = true;
|
||||||
|
};
|
||||||
prowlarr = {
|
prowlarr = {
|
||||||
image = "ghcr.io/linuxserver/prowlarr:latest";
|
image = "ghcr.io/linuxserver/prowlarr:latest";
|
||||||
ports = [ "9696:9696" ];
|
ports = [ "9696:9696" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user