Move fortress local config to subdirectory

This commit is contained in:
Lauren Lagarde 2025-08-06 21:52:15 -05:00
parent b5e1cbdc03
commit fe091379ee
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@
"10.86.84.1:5380:8080" "10.86.84.1:5380:8080"
]; ];
volumes = [ volumes = [
"/home/lauren_lagarde/dnsmasq.conf:/etc/dnsmasq.conf" # TODO "/home/lauren_lagarde/fortress/dnsmasq.conf:/etc/dnsmasq.conf" # TODO
]; ];
capabilities = { NET_ADMIN = true; }; capabilities = { NET_ADMIN = true; };
}; };
@ -77,7 +77,7 @@
image = "httpd:latest"; image = "httpd:latest";
ports = [ "10.86.84.1:8080:80" ]; ports = [ "10.86.84.1:8080:80" ];
volumes = [ volumes = [
"/home/lauren_lagarde/httpd/dotspace:/usr/local/apache2/htdocs" # TODO "/home/lauren_lagarde/fortress/httpd/dotspace:/usr/local/apache2/htdocs" # TODO
]; ];
}; };
}; };

View file

@ -40,7 +40,7 @@
]; ];
volumes = [ volumes = [
"/run/secrets/dotspace/pki:/certs" "/run/secrets/dotspace/pki:/certs"
"/home/lauren_lagarde/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg" # TODO "/home/lauren_lagarde/fortress/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg" # TODO
]; ];
}; };
} }