add filebrowser as a dependency
This commit is contained in:
parent
0e9c23e42b
commit
4365065f83
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user