formatting

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-06-19 16:25:09 -04:00
parent f0b8725935
commit 8e5f616596
No known key found for this signature in database
GPG Key ID: 1FACF4075E3212F7

View File

@ -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 = {