docker compose v2

This commit is contained in:
Florian Zirker 2023-01-12 10:03:26 +01:00
parent bdefc29ce6
commit 0e1e41abfd
14 changed files with 14 additions and 28 deletions

View file

@ -1,11 +1,10 @@
version: "3.3"
services:
homeassistant:
image: ghcr.io/home-assistant/home-assistant:stable
volumes:
- ${VOLUMES_PATH}/homeassistent:/config
- /run/dbus:/run/dbus:ro
environment:
- TZ=Europe/Berlin
restart: unless-stopped