watchtower
watchtower copied to clipboard
Localstack with Watchtower
I am trying to run watchtower (watchtower~=3.0.1) with localstack. Running under test containers (localstack/localstack:2.0.1")
But am running into the following warning
Warning: Failed to deliver logs: Could not connect to the endpoint URL: "http://localhost:4566/"
ca anyone give me pointers on debugging this of where I might have an issue
I am currently running into this issue as well running a flask application in Docker. Logging works well most of the time, but periodically my app will freeze up or crash and I see this same error message (with an AWS endpoint instead of localhost).