aboutsummaryrefslogtreecommitdiff
path: root/external/homeassistant/compose.yaml
blob: b95a7ae3536b5fed027bea7e50a4c5ad38c487c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: homeassistant
services:
  homeassistant:
      container_name: homeassistant
      image: "ghcr.io/home-assistant/home-assistant:stable"
      volumes:
        - "${HOMEASSISTANT_DATA_PATH}:/config"
        - /etc/localtime:/etc/localtime:ro
      restart: always
      privileged: true
      network_mode: host