Created
June 22, 2021 18:45
-
-
Save alanb128/dbed7d2c969ff1ffdb3615d7630ed33e to your computer and use it in GitHub Desktop.
Simple Pi 3 Home Assistant on Balena
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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