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 0598372 commit 9cdb0f5Copy full SHA for 9cdb0f5
src/development/prometheus/compose.yaml
@@ -12,7 +12,7 @@ services:
12
- traefik.http.routers.prometheus-secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
13
- traefik.http.routers.prometheus-secure.tls.options=mintls13@file # dargstack:dev-only
14
- traefik.http.services.prometheus.loadbalancer.server.port=9090
15
- image: prom/prometheus:v3.11.1
+ image: prom/prometheus:v3.11.2
16
volumes:
17
- ./configurations/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
18
- prometheus-data:/prometheus
0 commit comments