This commit is contained in:
Philip Peterson 2026-05-25 23:13:54 -08:00
parent 6881cd74e1
commit 31bb508d8f
2 changed files with 18 additions and 0 deletions

View file

@ -296,6 +296,14 @@ in {
ports = ["3010:8080"]; ports = ["3010:8080"];
}; };
"hyper-quineglobal-com" = {
autoStart = true;
image = "forge.quinefoundation.com/ironmagma/hyper-quineglobal-com";
volumes = [];
environment = {};
ports = ["3013:8080"];
};
"coldairnetworks" = { "coldairnetworks" = {
autoStart = true; autoStart = true;
image = "quineglobal/coldairnetworks-com:latest"; image = "quineglobal/coldairnetworks-com:latest";

View file

@ -147,6 +147,16 @@
proxyPass = "http://127.0.0.1:3010/"; # pass through to docker container proxyPass = "http://127.0.0.1:3010/"; # pass through to docker container
}; };
}; };
"hyper.quineglobal.com" = {
enableACME = false;
forceSSL = false;
addSSL = false;
locations."/" = {
proxyPass = "http://127.0.0.1:3013/";
};
};
"riverside.coldairnetworks.com" = { "riverside.coldairnetworks.com" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;