Skip to content

Commit

Permalink
feat: Home Assistant configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ElioDiNino committed Sep 21, 2024
1 parent f72575b commit a3cbff4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions home-assistant/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config/
11 changes: 11 additions & 0 deletions home-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host

0 comments on commit a3cbff4

Please sign in to comment.