Skip to content

Instantly share code, notes, and snippets.

@vidvisionify
Created January 22, 2019 02:40
Show Gist options
  • Save vidvisionify/12ca0bb24e35ddc312bfe3b6a9220960 to your computer and use it in GitHub Desktop.
Save vidvisionify/12ca0bb24e35ddc312bfe3b6a9220960 to your computer and use it in GitHub Desktop.
version: '2'
services:
# =======================================================================================
# == Home Assistant - home automation platform ==========================================
# =======================================================================================
home-assistant:
container_name: home-assistant
image: hnicolaisen/home-assistant:latest #I use this image because it adds the PS4 Media Player
network_mode: "host"
restart: unless-stopped
volumes:
- /persist/home-assistant:/config
- /etc/localtime:/etc/localtime:ro
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
- /dev/ttyUSB1:/dev/ttyUSB1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment