Created
July 3, 2020 15:18
-
-
Save bactisme/59491abca6cfc5130fb632c8613664ea to your computer and use it in GitHub Desktop.
Don't forget to edit schema file
This file contains hidden or 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
version: '2' | |
services: | |
grafana_graphite: | |
build: . | |
image: kamon/grafana_graphite | |
container_name: kamon-grafana-dashboard | |
ports: | |
- '80:80' | |
- '81:81' | |
- '8125:8125/udp' | |
- '8126:8126' | |
- '2003:2003' | |
volumes: | |
- ./data/whisper:/opt/graphite/storage/whisper | |
- ./data/grafana:/opt/grafana/data | |
- ./data/graphite:/opt/graphite | |
- ./log/graphite:/opt/graphite/storage/log | |
- ./log/supervisor:/var/log/supervisor | |
environment: | |
- GF_INSTALL_PLUGINS=grafana-clock-panel,grafana-simple-json-datasource |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment