Skip to content

Instantly share code, notes, and snippets.

@drparham
Created February 28, 2016 17:08
Show Gist options
  • Save drparham/4c133cb5898c6e76f8cc to your computer and use it in GitHub Desktop.
Save drparham/4c133cb5898c6e76f8cc to your computer and use it in GitHub Desktop.
mqtt:
image: matteocollina/mosca
ports:
- 1883:1883
mqttbridge:
image: stjohnjohnson/smartthings-mqtt-bridge
volumes:
- ./mqtt-bridge:/config
ports:
- 8080:8080
links:
- mqtt
homeassistant:
image: balloob/home-assistant
ports:
- 8123:8123
volumes:
- ./home-assistant:/config
- /etc/localtime:/etc/localtime:ro
links:
- mqtt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment