forge
This commit is contained in:
parent
9cabbbde5f
commit
c2c438cb82
2 changed files with 9 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
networks = ["forgejo"];
|
networks = ["forgejo"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"./forgejo:/data"
|
"/var/forge:/data"
|
||||||
"/etc/timezone:/etc/timezone:ro"
|
"/etc/timezone:/etc/timezone:ro"
|
||||||
"/etc/localtime:/etc/localtime:ro"
|
"/etc/localtime:/etc/localtime:ro"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -110,6 +110,14 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"forge.quinefoundation.com" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = false;
|
||||||
|
addSSL = true;
|
||||||
|
locations."/" = {
|
||||||
|
proxyPass = "http://127.0.0.1:3000/"; # pass through to Forgejo
|
||||||
|
}
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Optionally configure additional options
|
# Optionally configure additional options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue