Entity not found on startup

I have an installation using docker-compose. I monitor the host with netdata and display a lot of metrics on my Lovelace dashboard. What is strange is if I restart the container, most, if not all of my netdata sensors show up as not available on the dashboard. This never changes even though I can go to the developer tools and see the entity just fine. Only I can get the dashboard to be happy again is to go to server controls and restart Home Assistant.

Anything I can do here?

I’m guessing that MariaDB is not coming up fast enough even though my docker-compose specifies mariaDB as a dependency of home assistant. Docker-compose dependencies only look for a container is started, not that it is full initialize. The HA dashboards should handle this and reconnect within the few seconds it takes for MariaDB to finish loading.