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 bb60ae6 commit 9f49306Copy full SHA for 9f49306
src/development/stack.yml
@@ -340,7 +340,7 @@ services:
340
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
341
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
342
- traefik.http.services.prometheus.loadbalancer.server.port=9090
343
- image: prom/prometheus:v3.1.0
+ image: prom/prometheus:v3.2.0
344
volumes:
345
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
346
- prometheus_data:/prometheus
0 commit comments