Disable prometheus
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tobias Manske 2023-11-14 16:41:11 +01:00
parent fad6404c15
commit e4bc073b7b
Signed by: tobias
GPG Key ID: 9164B527694A0709

View File

@ -127,7 +127,7 @@ services:
- "traefik.http.routers.matrix-syncv3-proxy.rule=Host(`syncv3.{{ matrix.baseurl }}`)" - "traefik.http.routers.matrix-syncv3-proxy.rule=Host(`syncv3.{{ matrix.baseurl }}`)"
- "traefik.http.routers.matrix-syncv3-proxy.entrypoints=websecure" - "traefik.http.routers.matrix-syncv3-proxy.entrypoints=websecure"
- "traefik.http.services.matrix-syncv3-proxy.loadbalancer.server.port=8008" - "traefik.http.services.matrix-syncv3-proxy.loadbalancer.server.port=8008"
- "prometheus-scrape.enabled=true" - "prometheus-scrape.enabled=false"
- "prometheus-scrape.port=2112" - "prometheus-scrape.port=2112"
networks: networks:
- syncv3 - syncv3