Compare commits

...

2 Commits

Author SHA1 Message Date
3622aef267 Merge branch 'main' of git.bizmatch.net:aknuth/caddy-standalone 2026-07-23 15:46:50 -05:00
75b6cd7cb0 entscheidomat 2026-07-23 15:46:17 -05:00
2 changed files with 18 additions and 1 deletions

View File

@@ -120,6 +120,20 @@ www.soccer-2026.info, soccer-2026.info {
encode gzip zstd
}
##############
##### entscheidomat
##############
www.entscheidomat.com, entscheidomat.com {
handle {
reverse_proxy entscheidomat:3000
}
log {
output file /var/log/caddy/entscheidomat.info.log
format console
}
encode gzip zstd
}
##############
##### analytics.soccer-2026.info
##############

View File

@@ -19,6 +19,7 @@ services:
- innungsapp
- email-cc
- soccer-net
- entscheidomat
volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile
- ./caddy_data:/data
@@ -47,4 +48,6 @@ networks:
email-cc:
name: email-cc
soccer-net:
external: true
external: true
entscheidomat:
external: true