# Bella GTM reverse proxy. Caddy gets a free TLS cert for your domain
# automatically once DNS points at this server. Set BELLA_DOMAIN in .env.
{$BELLA_DOMAIN} {
	encode zstd gzip
	reverse_proxy app:8090
}
