Commit 787377e1 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Agrega tiempo de gracia de parada

parent 0bacc856
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ services:
      timeout: ${HEALTHCHECK_TIMEOUT:-15s}
      retries: ${HEALTHCHECK_RETRIES:-10}
      start_period: ${HEALTHCHECK_START_PERIOD:-5m}
    stop_grace_period: ${STOP_GRACE_PERIOD:-2m}
    deploy:
      mode: replicated
      replicas: ${REPLICAS:-3}