2021-12-13 17:04:58 +01:00

380 B

  version: '3'
  services:
    homeassistant:
      container_name: homeassistant
      image: "{{ include.image | default: site.installation.container }}:{{ include.tag | default: 'stable' }}"
      volumes:
        - /PATH_TO_YOUR_CONFIG:/config
        - /etc/localtime:/etc/localtime:ro
      restart: unless-stopped
      privileged: true
      network_mode: host