Last active
March 7, 2018 09:20
-
-
Save vegasbrianc/34e3685c11aaaf8ca41901cef66859c7 to your computer and use it in GitHub Desktop.
Grafana provisioning system
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grafana: | |
image: grafana/grafana | |
depends_on: | |
- prometheus | |
ports: | |
- 3000:3000 | |
volumes: | |
- grafana_data:/var/lib/grafana | |
- ./grafana/provisioning/:/etc/grafana/provisioning/ | |
env_file: | |
- ./grafana/config.monitoring | |
networks: | |
- back-tier | |
- front-tier | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment