cleaned up web.nix

This commit is contained in:
2024-10-12 05:26:48 -04:00
parent 468c38044d
commit 3718980379

View File

@@ -10,15 +10,6 @@ in
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
autoStart = true; autoStart = true;
}; };
dnd_file_server = {
image = "ubuntu/apache2:latest";
volumes = [
"${../../common/docker_templates}/file_server/sites/:/etc/apache2/sites-enabled/"
"${vars.storage_main}/Table_Top/:/data"
];
extraOptions = [ "--network=web" ];
autoStart = true;
};
haproxy = { haproxy = {
image = "haproxy:latest"; image = "haproxy:latest";
user = "600:600"; user = "600:600";
@@ -31,10 +22,8 @@ in
]; ];
dependsOn = [ dependsOn = [
"arch_mirror" "arch_mirror"
"dnd_file_server"
"filebrowser" "filebrowser"
"grafana" "grafana"
"overseerr"
"uptime_kuma" "uptime_kuma"
]; ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];