Added home stack

This commit is contained in:
2025-01-07 12:13:10 -05:00
parent ed461a5a51
commit 2e57654555

19
home.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
homeassistant:
container_name: homeassistant
hostname: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /portainer/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
networks:
- nginx
ports:
- "8123:8123"
networks:
nginx:
external: true