support HTTP-only and Caddy (HTTP+HTTPS) modes via compose profiles

This commit is contained in:
2026-04-23 22:20:02 +08:00
parent 866c059ee4
commit ff0929dc02
4 changed files with 66 additions and 18 deletions

View File

@@ -1,3 +1,7 @@
{$DOMAIN} {
http://{$DOMAIN} {
reverse_proxy gitea:3000
}
https://{$DOMAIN} {
reverse_proxy gitea:3000
}