This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##### Default Settings Start ##### | |
# Loads default set of integrations. Do not remove. | |
default_config: | |
# Load frontend themes from the themes folder | |
frontend: | |
themes: !include_dir_merge_named themes | |
# Text to speech |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
homeassistant: | |
container_name: homeassistant | |
image: "ghcr.io/home-assistant/home-assistant:stable" | |
volumes: | |
- ./config:/config | |
- /etc/localtime:/etc/localtime:ro | |
restart: unless-stopped | |
privileged: true |