drop healthcheck, we have basic auth now
This commit is contained in:
parent
9612d666aa
commit
0a77e4d00f
@ -64,7 +64,6 @@ services:
|
|||||||
- source: prometheus_web_yml
|
- source: prometheus_web_yml
|
||||||
target: /etc/prometheus/prometheus_web.yml
|
target: /etc/prometheus/prometheus_web.yml
|
||||||
command:
|
command:
|
||||||
# https://github.com/prometheus/prometheus/blob/main/Dockerfile
|
|
||||||
- "--config.file=/etc/prometheus/prometheus.yml"
|
- "--config.file=/etc/prometheus/prometheus.yml"
|
||||||
- "--web.config.file=/etc/prometheus/prometheus_web.yml"
|
- "--web.config.file=/etc/prometheus/prometheus_web.yml"
|
||||||
- "--storage.tsdb.path=/prometheus"
|
- "--storage.tsdb.path=/prometheus"
|
||||||
@ -83,12 +82,6 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}-prometheus.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}-prometheus.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}-prometheus.tls=true"
|
- "traefik.http.routers.${STACK_NAME}-prometheus.tls=true"
|
||||||
- "traefik.http.routers.${STACK_NAME}-prometheus.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "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:
|
loki:
|
||||||
image: grafana/loki:2.0.0
|
image: grafana/loki:2.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user