missing haproxy config

This commit is contained in:
Your Name
2022-02-13 21:32:07 +01:00
parent 68d4f07d67
commit 1c81b55c1b
4 changed files with 26 additions and 7 deletions

View File

@@ -34,12 +34,12 @@ services:
### MONITORING
prometheus:
image: prom/prometheus:v2.25.0
image: prom/prometheus:v2.30.3
container_name: prometheus
volumes:
- ./prometheus/prometheus.autodiscover.yml:/etc/prometheus/prometheus.yml
- prometheus_data:/prometheus
- prometheus-docker-sd:/prometheus-docker-sd:rw
- ./prometheus/prometheus.autodiscover.yml:/etc/prometheus/prometheus.yml:ro
- prometheus_data:/prometheus:rw
- prometheus-docker-sd:/prometheus-docker-sd:ro
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--storage.tsdb.path=/prometheus'