Created
May 16, 2018 19:21
-
-
Save alex-phillips/5b334c2741a59caf830542e9e38e0ba1 to your computer and use it in GitHub Desktop.
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: | |
container_name: grafana | |
image: grafana/grafana | |
volumes: | |
- ${DOCKER_HOME}/grafana/data:/var/lib/grafana | |
- ${DOCKER_HOME}/grafana/config:/etc/grafana | |
influxdb: | |
container_name: influxdb | |
image: influxdb | |
volumes: | |
- ${DOCKER_HOME}/influxdb:/var/lib/influxdb | |
ports: | |
- 25826:25826/udp | |
- 8086:8086 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment