Commit 15e6581e authored by Gandalf's avatar Gandalf
Browse files

Disable health checks for Swarm overlay compatibility

Health checks using localhost fail in Docker Swarm overlay network
due to network namespace isolation - wget to localhost:3000 returns
"Connection refused" even though the app binds to 0.0.0.0:3000.

Disabling health checks temporarily until a compatible approach is
identified (e.g., using container IP or service discovery).
parent 53a74d59
Loading
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment