Deployment for Grafana

This commit is contained in:
Brian Christner 2019-04-29 22:31:26 -07:00 committed by GitHub
parent 4983af884e
commit 39dbeeb29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,7 @@ services:
mode: global
grafana:
image: grafana/grafana
image: grafana/grafana:5.4.4
depends_on:
- prometheus
ports:
@ -96,4 +96,8 @@ services:
networks:
- monitor-net
restart: always
deploy:
placement:
constraints:
- node.role==manager