entscheidomat
This commit is contained in:
14
Caddyfile
14
Caddyfile
@@ -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
|
||||
##############
|
||||
|
||||
@@ -19,6 +19,7 @@ services:
|
||||
- innungsapp
|
||||
- email-cc
|
||||
- soccer-net
|
||||
- entscheidomat
|
||||
volumes:
|
||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./caddy_data:/data
|
||||
@@ -48,3 +49,5 @@ networks:
|
||||
name: email-cc
|
||||
soccer-net:
|
||||
external: true
|
||||
entscheidomat:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user