Commit f9bd1abe authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Mueve logs a salida json local

parent 8b7c5886
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -32,13 +32,15 @@ services:
      timeout: 1m
      retries: 3
      start_period: 2m
    logging:
      driver: json-file
    deploy:
      mode: replicated
      replicas: 1
      labels:
        traefik.frontend.rule: Host:kibana.${PUBLIC_HOSTNAME}
        traefik.backend: kibana
        traefik.port: "${PORT}"
        traefik.port: '${PORT}'
      restart_policy:
        delay: 10s
        window: 2m