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";
extraOptions = [ "--network=web" ];
volumes = [
"/ZFS:/data"
"/zfs:/data"
"/zfs/media/docker/configs/filebrowser:/config"
];
autoStart = true;

View File

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