enable remote write

This commit is contained in:
PxlLoewe
2025-06-29 12:12:26 -07:00
parent 214bcf31bb
commit 15bb669d61

View File

@@ -141,6 +141,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
command: command:
- "--config.file=/etc/prometheus/prometheus.yml" - "--config.file=/etc/prometheus/prometheus.yml"
- "--web.enable-remote-write-receiver"
networks: networks:
- traefik - traefik
- core_network - core_network