Skip to content

Instantly share code, notes, and snippets.

@alex-phillips
Created May 16, 2018 19:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-phillips/5b334c2741a59caf830542e9e38e0ba1 to your computer and use it in GitHub Desktop.
Save alex-phillips/5b334c2741a59caf830542e9e38e0ba1 to your computer and use it in GitHub Desktop.
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