version: '3' services: app: image: "homeassistant/home-assistant" volumes: - app_config:/config - /etc/localtime:/etc/localtime:ro restart: unless-stopped ports: - '80:80' volumes: app_config: