add filebrowser as a dependency
This commit is contained in:
parent
0e9c23e42b
commit
4365065f83
@ -3,7 +3,7 @@
|
||||
image = "hurlenko/filebrowser";
|
||||
extraOptions = [ "--network=web" ];
|
||||
volumes = [
|
||||
"/ZFS:/data"
|
||||
"/zfs:/data"
|
||||
"/zfs/media/docker/configs/filebrowser:/config"
|
||||
];
|
||||
autoStart = true;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user