formatting
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
f0b8725935
commit
8e5f616596
@ -52,23 +52,23 @@ in
|
|||||||
extraOptions = [ "--network=web" ];
|
extraOptions = [ "--network=web" ];
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
overseerr = {
|
overseerr = {
|
||||||
image = "lscr.io/linuxserver/overseerr";
|
image = "lscr.io/linuxserver/overseerr";
|
||||||
environment = {
|
environment = {
|
||||||
PUID = "998";
|
PUID = "998";
|
||||||
PGID = "100";
|
PGID = "100";
|
||||||
TZ = "America/New_York";
|
TZ = "America/New_York";
|
||||||
|
};
|
||||||
|
volumes = [ "/ZFS/Media/Docker/Docker/Storage/overseerr:/config" ];
|
||||||
|
# TODO: remove ports later since this is going through web
|
||||||
|
ports = [ "5055:5055" ]; # Web UI port
|
||||||
|
dependsOn = [
|
||||||
|
"radarr"
|
||||||
|
"sonarr"
|
||||||
|
];
|
||||||
|
extraOptions = [ "--network=web" ];
|
||||||
|
autoStart = true;
|
||||||
};
|
};
|
||||||
volumes = [ "/ZFS/Media/Docker/Docker/Storage/overseerr:/config" ];
|
|
||||||
# TODO: remove ports later since this is going through web
|
|
||||||
ports = [ "5055:5055" ]; # Web UI port
|
|
||||||
dependsOn = [
|
|
||||||
"radarr"
|
|
||||||
"sonarr"
|
|
||||||
];
|
|
||||||
extraOptions = [ "--network=web" ];
|
|
||||||
autoStart = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
sops = {
|
sops = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user