{$BASE_DOMAIN} {
	bind {$ADDRESS} # Binds to all available network interfaces if not specified
	handle_path /api* {
		reverse_proxy http://api:8000
	}
	reverse_proxy http://ui:3000
}
