wip
This commit is contained in:
parent
6881cd74e1
commit
31bb508d8f
2 changed files with 18 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue