Compare commits

..

3 Commits

Author SHA256 Message Date
Hadrian Burkhardt 1223791074 united-domains 2026-05-03 07:22:39 +00:00
Hadrian Burkhardt e67117b7d5 gitea host compose 2026-05-02 20:57:36 +00:00
Hadrian Burkhardt 1f7d5596fc gitea host added 2026-05-02 20:35:31 +00:00
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -1,2 +1,3 @@
PUBLIC_HOST=menus.example.org
BASE_URL=https://menus.example.org
GITEA_HOST=gitea.example.org
+5 -1
View File
@@ -1,3 +1,7 @@
{$PUBLIC_HOST} {
om-parser-stw-potsdam.softwareapp-hb.de {
reverse_proxy app:3080
}
gitea.softwareapp-hb.de {
reverse_proxy gitea-container.incus:3000
}
+1
View File
@@ -19,6 +19,7 @@ services:
- "443:443/udp"
environment:
PUBLIC_HOST: ${PUBLIC_HOST}
GITEA_HOST: ${GITEA_HOST}
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile:ro
- caddy_data:/data