connection timed out to Gotify from Watchtower in Docker #665
-
I don't really know what I'm doing, so bear that in mind I'm running traefik, watchtower and gotify in docker containers. My gotify container is accessible at notify.mydomain.com My watchtower logs show:
It's picking up the domain name and token from my watchtower docker-compose.yml (I wasn't sure whether it was needed so I've tried with the TLS_SKIP_VERIFY setting on and off and DOMAINNAME is picked up from a .env file)
What I assume is the problem is that traefik listens on 192.168.55.198:443 and reverse proxies the request to gotify so I'm wondering if watchtower is sending to the IP directly If I run a test from the command line (same box, just not inside a docker container) all is good
And the gotify log
Am I on the right track? How can I get around it? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Just to narrow it down further, would you mind launching a busybox or alpine container in your docker host and try to perform the same test there? It would allow us to know whether the error is inside the docker network or inside watchtower. If they are expected to run on the same host indefinitely, I would skip the dns record altogether and just access it directly by container name after placing them on the same docker network. Thanks! 🙇 |
Beta Was this translation helpful? Give feedback.
Just to narrow it down further, would you mind launching a busybox or alpine container in your docker host and try to perform the same test there? It would allow us to know whether the error is inside the docker network or inside watchtower.
If they are expected to run on the same host indefinitely, I would skip the dns record altogether and just access it directly by container name after placing them on the same docker network.
Thanks! 🙇