entscheidomat

This commit is contained in:
2026-07-23 15:46:17 -05:00
parent d3b9d0a47c
commit 75b6cd7cb0
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