Compose-Examples/examples/home-assistant/docker-compose.yml

17 lines
465 B
YAML
Raw Permalink Normal View History

2023-02-15 21:45:31 +00:00
services:
2023-02-15 21:45:31 +00:00
homeassistant:
image: linuxserver/homeassistant:latest
container_name: homeassistant
network_mode: host
restart: unless-stopped
2023-02-15 21:45:31 +00:00
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/homeassistant/config:/config
2023-02-15 21:45:31 +00:00
#ports:
# - 8123:8123 # optional of host network is used
2023-02-15 21:45:31 +00:00
#devices:
# - /path/to/device:/path/to/device #optional