Skip to content

Instantly share code, notes, and snippets.

@thiagoloureiro
Created May 29, 2020 09:55
Show Gist options
  • Save thiagoloureiro/eb970ebd64816c3c61d6a1ccb89a59b4 to your computer and use it in GitHub Desktop.
Save thiagoloureiro/eb970ebd64816c3c61d6a1ccb89a59b4 to your computer and use it in GitHub Desktop.
version: '2'
services:
influxdb:
environment:
INFLUXDB_DB: project_dev
INFLUXDB_ADMIN_USER: admin
INFLUXDB_ADMIN_PASSWORD: admin
INFLUXDB_HTTP_AUTH_ENABLED: "true"
image: influxdb:latest
ports:
- "8086:8086"
- "8087:8082"
volumes:
- /tmp/influxdb:/var/lib/influxdb
grafana:
image: grafana/grafana:latest
ports:
- 3000:3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment