Replace Traefik with Caddy as proxy

This commit is contained in:
Florian Zirker 2024-10-08 16:02:32 +02:00
parent fdd4b6faf1
commit a3944d3867
10 changed files with 69 additions and 122 deletions

View file

@ -10,10 +10,6 @@ services:
environment:
- INIT_ASSETS=1
labels:
- "traefik.enable=true"
- "traefik.http.routers.homer.rule=Host(`dashboard.${DOMAIN}`)"
- "traefik.http.routers.homer.entrypoints=web"
- "traefik.http.services.homer.loadbalancer.server.port=8080"
- "docker.group=dashboard"
restart: unless-stopped