This commit is contained in:
Philip Peterson 2024-12-20 06:33:19 -05:00
parent 9cabbbde5f
commit c2c438cb82
No known key found for this signature in database
GPG key ID: 354311183FC6519B
2 changed files with 9 additions and 1 deletions

View file

@ -21,7 +21,7 @@
restart = "always";
networks = ["forgejo"];
volumes = [
"./forgejo:/data"
"/var/forge:/data"
"/etc/timezone:/etc/timezone:ro"
"/etc/localtime:/etc/localtime:ro"
];

View file

@ -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