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