Trouble with HA Docker host after setting new IP address

Background:
I’ve been running HA in a docker container for a while. I just replaced my Google Wifi with a new ASUS Mesh system to give me better coverage.

As as result of the changeover, I am using a new IP scheme, so my docker host (and subsequently my HA server running on it) has a new IP address. Was 192.168.86.XX, now 192.168.50.XX.

The Issue
I can login to HA, but as expected my integrations are not working.

I’ve gone through my docker-compose.yaml and configuration.yaml files and made any necessary IP address changes, but I am still seeing problems with most of my integrations.

For example, I have quite a few ESPHome devices. I’ve updated my ESPhome secrets file with the new wifi details and restarted them, but they don’t come online in ESPHome. I expect that some may need some time to renew their IP from DHCP.

Checking HA logs is showing many errors.

I’m wondering if someone else has gone through this configuration change and has some advice on what else I need to do. Perhaps I have missed a configuration file that needs updating?

I guess I could reuse the old IP scheme, but I am laying out a new network and want to keep the 192.168.50.XX scheme going forward.