enable remote write on remote prometheus instance

This commit is contained in:
Martin Ptáček
2023-06-14 11:03:28 +02:00
parent 20e2804c5e
commit ad45302e9e

View File

@@ -44,6 +44,7 @@ services:
hostname: prometheus
image: bitnami/prometheus:2.43.0
restart: on-failure
command: "--config.file=/etc/prometheus/prometheus.yml --enable-feature=remote-write-receiver"
volumes:
- ./configuration/prometheus.yaml:/etc/prometheus/prometheus.yml
networks: