From 0a77e4d00f30f947a38b993c18ca744befcf0acb Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 17 Mar 2022 21:41:02 +0100 Subject: [PATCH] drop healthcheck, we have basic auth now --- monitoring/compose.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/monitoring/compose.yml b/monitoring/compose.yml index 540e83c..636cde7 100644 --- a/monitoring/compose.yml +++ b/monitoring/compose.yml @@ -64,7 +64,6 @@ services: - source: prometheus_web_yml target: /etc/prometheus/prometheus_web.yml command: - # https://github.com/prometheus/prometheus/blob/main/Dockerfile - "--config.file=/etc/prometheus/prometheus.yml" - "--web.config.file=/etc/prometheus/prometheus_web.yml" - "--storage.tsdb.path=/prometheus" @@ -83,12 +82,6 @@ services: - "traefik.http.routers.${STACK_NAME}-prometheus.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}-prometheus.tls=true" - "traefik.http.routers.${STACK_NAME}-prometheus.tls.certresolver=${LETS_ENCRYPT_ENV}" - healthcheck: - test: "wget -q http://localhost:9090/graph -O/dev/null" - interval: 5s - timeout: 10s - retries: 3 - start_period: 10s loki: image: grafana/loki:2.0.0