mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
cleaned up web.nix
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user