add hostnames, remove refs
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m4s

This commit is contained in:
2025-12-21 22:57:28 -05:00
parent 726f9401cd
commit f08d7ac1d2
2 changed files with 24 additions and 16 deletions

View File

@@ -50,6 +50,7 @@ in
bazarr = {
image = "ghcr.io/linuxserver/bazarr:latest";
ports = [ "6767:6767" ];
hostname = "bazarr";
environment = {
PUID = "600";
PGID = "100";
@@ -72,6 +73,7 @@ in
prowlarr = {
image = "ghcr.io/linuxserver/prowlarr:latest";
ports = [ "9696:9696" ];
hostname = "prowlarr";
environment = {
PUID = "600";
PGID = "100";
@@ -85,6 +87,7 @@ in
radarr = {
image = "ghcr.io/linuxserver/radarr:latest";
ports = [ "7878:7878" ];
hostname = "radarr";
environment = {
PUID = "600";
PGID = "100";
@@ -101,6 +104,7 @@ in
sonarr = {
image = "ghcr.io/linuxserver/sonarr:latest";
ports = [ "8989:8989" ];
hostname = "sonarr";
environment = {
PUID = "600";
PGID = "100";
@@ -117,6 +121,7 @@ in
lidarr = {
image = "ghcr.io/linuxserver/lidarr:latest";
ports = [ "8686:8686" ];
hostname = "lidarr";
environment = {
PUID = "600";
PGID = "100";
@@ -133,6 +138,7 @@ in
unpackerr = {
image = "golift/unpackerr:latest";
user = "600:100";
hostname = "unpackerr";
environment = {
TZ = "America/New_York";
};
@@ -147,6 +153,7 @@ in
image = "golift/notifiarr:latest";
ports = [ "5454:5454" ];
user = "600:100";
hostname = "notifiarr";
environment = {
TZ = "America/New_York";
}
@@ -161,6 +168,7 @@ in
};
jellyseerr = {
image = "fallenbagel/jellyseerr:latest";
hostname = "jellyseerr";
environment = {
PUID = "600";
PGID = "100";