Move fortress local config to subdirectory
This commit is contained in:
parent
b5e1cbdc03
commit
fe091379ee
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue