Skip to content

Instantly share code, notes, and snippets.

@bgulla
Created March 12, 2015 12:41
Show Gist options
  • Save bgulla/86a07d97c84467aa0811 to your computer and use it in GitHub Desktop.
Save bgulla/86a07d97c84467aa0811 to your computer and use it in GitHub Desktop.
influxdb:
image: tutum/influxdb
ports:
- "8086:8086"
- "8083:8083"
- "8090:8090"
- "8099:8099"
environment:
- PRE_CREATE_DB=db1
statsd:
image: shakr/statsd-influxdb
ports:
- "8125:8125/udp"
environment:
- INFLUXDB_HOST=localhost
- INFLUXDB_NAME=db1
- INFLUXDB_USER=root
- INFLUXDB_PASS=root
- STATSD_DEBUG=true
grafana:
image: tutum/grafana
ports:
- "80:80"
environment:
- INFLUXDB_PROTO=http
- INFLUXDB_HOST=localhost
- INFLUXDB_PORT=8086
- INFLUXDB_NAME=db1
- INFLUXDB_USER=root
- INFLUXDB_PASS=root
- INFLUXDB_IS_GRAFANADB=true
- HTTP_USER=admin
- HTTP_PASS=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment