# Public reverse-proxy front. Mirrors the `.wg` Caddy convention but
# uses real Let's Encrypt certs (the wg version uses `tls internal`).
# Caddy fronts the voxel container over the Docker network, so the
# voxel service no longer publishes a host port.
{
	email mgorog@gmail.com
}

voxel.mxvs.art {
	encode zstd gzip
	reverse_proxy voxel:8080
}
