Add Gitea deployment files (Compose + Caddyfile)

This commit is contained in:
2026-09-26 18:33:41 -04:00
parent b1f4f85146
commit 7a80342d4e
3 changed files with 174 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Caddy obtains and renews the Let's Encrypt certificate and redirects HTTP to HTTPS automatically.
git.yebilly.me {
reverse_proxy gitea:3000
}