Is there an official list of ports?

I am running home assistant in a container, and I don’t want to use the --net=host option. I want to specify all the required ports for home assistant to work properly.

I know it’s not just port 8123, because when I run it using --net=host it automatically discovers devices on my network, but it doesn’t when only port 8123 is open.

I’ve looked around and found some information, but nothing official.

I know ports 5353, 1900, 1901, 51827 are somehow relevant to services running in home assistant, but I am looking for an official list of ports that will allow me to specify them so I don’t have to use the --net=host option.

Thanks