drop healthcheck, we have basic auth now

This commit is contained in:
decentral1se 2022-03-17 21:41:02 +01:00
parent 9612d666aa
commit 0a77e4d00f
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 7 deletions

View File

@ -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