add filebrowser as a dependency

This commit is contained in:
Richie Cahill 2024-06-23 10:29:32 -04:00
parent 0e9c23e42b
commit 4365065f83
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
image = "hurlenko/filebrowser"; image = "hurlenko/filebrowser";
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
volumes = [ volumes = [
"/ZFS:/data" "/zfs:/data"
"/zfs/media/docker/configs/filebrowser:/config" "/zfs/media/docker/configs/filebrowser:/config"
]; ];
autoStart = true; autoStart = true;

View File

@ -38,9 +38,10 @@
"/root/nix-dotfiles/systems/jeeves/docker/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg" "/root/nix-dotfiles/systems/jeeves/docker/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
]; ];
dependsOn = [ dependsOn = [
"grafana"
"arch_mirror" "arch_mirror"
"dnd_file_server" "dnd_file_server"
"filebrowser"
"grafana"
]; ];
extraOptions = [ "--network=web" ]; extraOptions = [ "--network=web" ];
autoStart = true; autoStart = true;