Skip to content

Instantly share code, notes, and snippets.

@alanb128
Created June 22, 2021 18:45
Show Gist options
  • Save alanb128/dbed7d2c969ff1ffdb3615d7630ed33e to your computer and use it in GitHub Desktop.
Save alanb128/dbed7d2c969ff1ffdb3615d7630ed33e to your computer and use it in GitHub Desktop.
Simple Pi 3 Home Assistant on Balena
version: '2'
volumes:
config:
services:
homeassistant:
image: homeassistant/raspberrypi3-homeassistant:stable
ports:
- 80:8123
privileged: true
volumes:
- 'config:/config'
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment