Skip to content

Instantly share code, notes, and snippets.

@peyanski
Created March 11, 2020 14:15
Show Gist options
  • Save peyanski/ed32ef3be9ccc55a2e4d137ced806f7f to your computer and use it in GitHub Desktop.
Save peyanski/ed32ef3be9ccc55a2e4d137ced806f7f to your computer and use it in GitHub Desktop.
Use this to get the room-assistant image
version: '3'
services:
room-assistant:
image: mkerix/room-assistant
restart: unless-stopped
network_mode: host
volumes:
- /var/run/dbus:/var/run/dbus
- /home/pi/room-assistant/config:/room-assistant/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment