Skip to content

Instantly share code, notes, and snippets.

@jlk
Created March 7, 2017 22:17
Show Gist options
  • Save jlk/d786da7e14b49a8ddcf1f96fcc66c26b to your computer and use it in GitHub Desktop.
Save jlk/d786da7e14b49a8ddcf1f96fcc66c26b to your computer and use it in GitHub Desktop.
version: '3'
services:
grafana:
image: grafana/grafana:4.1.2
ports:
- "8085:3000"
volumes:
- /data/grafana:/var/lib/grafana
logging:
- driver: gelf
- options:
gelf-address: udp://elk_logstash:12201
gelf-tag: "grafana"
environment:
- GF_SERVER_ROOT_URL=https://graf.test.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment