moved jeevesjr haproxy.cfg to the nix repo

This commit is contained in:
Richie Cahill
2024-07-05 13:25:40 -04:00
parent 3b77165ea2
commit 3f5179c194
3 changed files with 42 additions and 2 deletions

View File

@ -18,7 +18,7 @@
};
volumes = [
"/ZFS/Main/Docker/jeeves-jr/haproxy/cloudflare.pem:/etc/ssl/certs/cloudflare.pem"
"/ZFS/Main/Docker/jeeves-jr/haproxy/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg"
"${./haproxy.cfg}:/usr/local/etc/haproxy/haproxy.cfg"
];
dependsOn = [ "arch_mirror" ];
extraOptions = [ "--network=web" ];