Following is my configuration file for setting up gatsby project. While starting the project it gives me red color urls for proxy host. Not sure what is wrong with this setup, since development script for gatsby works just fine once it run and browser renders the url as well with the page.
Below is the screenshot while running lando gatsby:develop command

Below is the screenshot while running lando gatsby build command


name: gatsby-starter
config:
webroot: public
proxy:
custom-gatsby:
- gatsby-starter.lndo.site
services:
custom-gatsby:
ssl: true
type: node:14
globals:
gatsby-cli: latest
yarn: latest
events:
post-start:
- custom-gatsby: "cd /app && yarn install && gatsby build"
tooling:
yarn:
service: custom-gatsby
gatsby:
service: custom-gatsby
gatsby:develop:
cmd: gatsby develop --host 0.0.0.0 --port 80
service: custom-gatsby