diff --git a/docker-compose.yml b/docker-compose.yml index 6af3d7d..14a720f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: - "traefik.http.routers.expertisa-master-1.rule=HostRegexp(`(?i)master-1\\..+`)" - "traefik.http.routers.expertisa-master-1.service=expertisa-master-1" - - "traefik.http.services.expertisa-master-2.loadbalancer.server.url=http://eisa:8080" + - "traefik.http.services.expertisa-master-2.loadbalancer.server.url=http://172.17.0.11:8080" - "traefik.http.routers.expertisa-master-2.rule=HostRegexp(`(?i)master-2\\..+`)" - "traefik.http.routers.expertisa-master-2.service=expertisa-master-2"