Commit 2c5c003d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina ajuste de logging, usa config por defecto

parent d5808e08
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -103,8 +103,6 @@ services:
        mode: 0600
        uid: '${SG_FILE_UID}'
        gid: '${SG_FILE_GID}'
    logging:
      driver: json-file
    healthcheck:
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(green|yellow|red) ]]"
      interval: ${HEALTHCHECK_INTERVAL:-30s}
+0 −2
Original line number Diff line number Diff line
@@ -60,8 +60,6 @@ services:
        mode: 0600
        uid: '${SG_FILE_UID}'
        gid: '${SG_FILE_GID}'
    logging:
      driver: json-file
    healthcheck:
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(green|yellow|red) ]]"
      interval: ${HEALTHCHECK_INTERVAL:-30s}
+0 −2
Original line number Diff line number Diff line
@@ -60,8 +60,6 @@ services:
        mode: 0600
        uid: '${SG_FILE_UID}'
        gid: '${SG_FILE_GID}'
    logging:
      driver: json-file
    healthcheck:
      test: "[[ $$(curl --silent localhost:${PORT}/_cat/health?h=status) =~ ^(green|yellow|red) ]]"
      interval: ${HEALTHCHECK_INTERVAL:-30s}