Hide many services inside docker network without exposing ports
This commit is contained in:
@ -9,18 +9,19 @@
|
||||
autoStart = true;
|
||||
|
||||
dependsOn = [
|
||||
"pihole"
|
||||
"sabnzbd"
|
||||
"prowlarr"
|
||||
# "pihole"
|
||||
# "sabnzbd"
|
||||
# "prowlarr"
|
||||
];
|
||||
|
||||
ports = [
|
||||
"8989:8989"
|
||||
# "8989:8989"
|
||||
];
|
||||
|
||||
volumes = [
|
||||
"/media/Usenet:/downloads"
|
||||
"/media/Show:/tv"
|
||||
|
||||
"sonarr_config:/config"
|
||||
];
|
||||
|
||||
@ -30,6 +31,8 @@
|
||||
TZ = "Europe/Berlin";
|
||||
};
|
||||
|
||||
extraOptions = [];
|
||||
extraOptions = [
|
||||
"--net=behind-nginx"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user