This repository has been archived on 2025-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archived-docker-compose/homeassistant/docker-compose.yml
2025-06-08 13:50:37 +05:30

12 lines
306 B
YAML

version: "3.8"
services:
homeassistant:
image: "homeassistant/home-assistant:2025.5.3"
container_name: "homeassistant"
network_mode: "host"
volumes:
- "${CONFIG_PATH}:/config"
- "/etc/localtime:/etc/localtime:ro"
- "/run/dbus:/run/dbus:ro"
restart: "unless-stopped"