Commit 8d285339 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Vuelve a incrementar delay de discovery

Con esto se intenta dar tiempo a los contenedores a ser capaces de
obtener su IP y la de sus vecinos.
parent 3121323f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ services:
          - es-{{.Task.Slot}}
    environment:
      - SWARM_MODE=true
      - DISCOVERY_DELAY=30
      - DISCOVERY_DELAY=90
      - SERVICE_NAME={{.Service.Name}}
      - ES_CLUSTER_NAME=redmic
      - ES_NODE_NAME={{.Service.Name}}-{{.Task.Slot}}