Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Created January 28, 2021 12:30
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 eydam-prototyping/3ab7e5b412da06bab6b22f260f3a0cb9 to your computer and use it in GitHub Desktop.
Save eydam-prototyping/3ab7e5b412da06bab6b22f260f3a0cb9 to your computer and use it in GitHub Desktop.
basic structure docker-compose.yml
version: '3'
services:
mosquitto:
image: 'eclipse-mosquitto:latest'
influxdb:
image: 'influxdb:latest'
telegraf:
image: 'telegraf:latest'
grafana:
image: 'grafana/grafana:latest'
iobroker:
image: 'buanet/iobroker:latest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment