Closed yanne057 closed 1 month ago
Hi there, @yanne057. My guess is that when alertmanager is reaching out, there is no network path to the container in which the bridge is running and it is instead trying to use localhost within the alertmanager container. I think you would want to create docker links or a shared network for all of the containers to use - or, alternatively, switch to using host networking.
Thanks, somehow got it working, the contaienrs are in the same network I just changed "127.0.0.1" to the docker container name
I have Prometheus, Alertmanager and Gotify setup in Docker. But when a alert should be sent out to gotify i dont get a message. Has someone got an idea what i'm doing wrong?
When i look at the logs of Alertmanager i get the following error:
This is my docker-compose.yml:
And i have configured the following in the alertmanager.yml