# Default profile: plain HTTP on :80, no TLS termination.
# Used by: docker compose up -d
:80 {
	reverse_proxy app:8080
}
