services: homeassistant: container_name: ${CONTAINER_NAME} restart: always network_mode: "host" volumes: - "./data:/config" - "/run/dbus:/run/dbus:ro" environment: - TZ=${TIME_ZONE} image: homeassistant/home-assistant:2024.6.3 labels: createdBy: "Apps"