# Block to add to /srv/scrum4me/caddy/Caddyfile # After adding, restart Caddy (not reload — see deploy notes): # docker compose restart caddy # Pre-condition: the Caddy container must share the Docker network of the ops-dashboard compose stack # so that Docker service-name resolution works. ops.jp-visser.nl { # Use Docker service-name; Caddy must share a network with ops-dashboard. reverse_proxy ops-dashboard:3000 }