Remove exporters
This commit is contained in:
parent
442edefbe2
commit
14e468cc6f
@ -233,24 +233,6 @@ services:
|
||||
aliases:
|
||||
- synapse_prometheus
|
||||
|
||||
redis_exporter:
|
||||
image: oliver006/redis_exporter
|
||||
restart: always
|
||||
environment:
|
||||
- REDIS_ADDR=redis://redis:6379
|
||||
depends_on:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
|
||||
postgres_exporter:
|
||||
image: quay.io/prometheuscommunity/postgres-exporter:latest
|
||||
restart: always
|
||||
environment:
|
||||
- DATA_SOURCE_NAME=postgresql://synapse:$POSTGRES_PASSWORD@postgres:5432/synapsedb?sslmode=disable
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
|
||||
networks:
|
||||
grafana:
|
||||
|
Reference in New Issue
Block a user