We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adc3a1 commit 9a783a8Copy full SHA for 9a783a8
src/development/stack.yml
@@ -425,7 +425,7 @@ services:
425
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
426
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
427
- traefik.http.services.prometheus.loadbalancer.server.port=9090
428
- image: prom/prometheus:v3.11.0
+ image: prom/prometheus:v3.11.1
429
volumes:
430
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
431
- prometheus_data:/prometheus
0 commit comments