Merge branch 'huegelc-patch-expose-consoles' of https://github.com/huegelc/prometheus into huegelc-huegelc-patch-expose-consoles

This commit is contained in:
Brian Christner 2017-09-12 15:01:40 +02:00
commit 80b35e19ce
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ services:
- '-config.file=/etc/prometheus/prometheus.yml'
- '-storage.local.path=/prometheus'
- '-alertmanager.url=http://alertmanager:9093'
- '-web.console.libraries=/usr/share/prometheus/console_libraries'
- '-web.console.templates=/usr/share/prometheus/consoles'
expose:
- 9090
ports: