the docker containers are healthy are running ok, what is missing is a port allocation.
On the right of the docker container list are the ports details, which tell us that they are not exposing the 80 port.
What we usually do is add another container - nginx proxy that opens the http/https ports and internally route the requests to the 80 port of the corteza container (via internal docker network).