Container hinzugefügt

This commit is contained in:
borgal
2021-08-29 18:03:53 +00:00
parent b622550c19
commit 9582d0f5eb
9 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
version: '3'
services:
homeassistant:
container_name: homeassistant
restart: always
image: homeassistant/home-assistant
volumes:
- /opt/homeassistant/config:/config
- /etc/localtime:/etc/localtime:ro
ports:
- "192.168.0.111:8123:8123"
privileged: true
environment:
- TZ=Europe/Berlin