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