# OPTIONAL — Caddy reverse proxy for public HTTPS (see docker-compose.prod.yaml).
# Replace the example.com domains with your own and set your email for Let's
# Encrypt. Requires public DNS + ports 80/443 open. Most users can skip this.

{
	email you@example.com
}

grafana.example.com {
	encode gzip zstd
	reverse_proxy grafana:3000
}

loader.example.com {
	encode gzip zstd
	reverse_proxy loader:8088
}
