home-kit/docker-compose.yaml
2023-09-13 01:39:32 +08:00

24 lines
393 B
YAML

version: '3'
services:
homea:
# command: command
container_name: ha
image: homeassistant/home-assistant:latest
restart: always
ports:
- 8123:8123
networks:
- local
volumes:
- ${DIR}/ha/config:/config
- /etc/localtime:/etc/localtime:ro
privileged: true
environment:
TZ:
networks:
local:
name: local
external: true