Spring Boot Admin with Eureka and Docker Swarm Spring Boot Admin with Eureka and Docker Swarm docker docker

Spring Boot Admin with Eureka and Docker Swarm


I found nothing wrong with the configuration you have presented. The only weak lead I see is eureka.hostname=localhost from application.yml. localhost and loopback IPs are two things that better to be avoided with swarm. I think you should check if it isn't something network related.