mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
clean commit
This commit is contained in:
3
homeassistant/README.md
Normal file
3
homeassistant/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Reference
|
||||
|
||||
https://github.com/linuxserver/docker-homeassistant
|
||||
18
homeassistant/docker-compose.yml
Normal file
18
homeassistant/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
homeassistant:
|
||||
image: linuxserver/homeassistant:latest
|
||||
container_name: homeassistant
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /mnt/docker-volumes/homeassistant/config:/config
|
||||
#ports:
|
||||
# - 8123:8123 #optional
|
||||
#devices:
|
||||
# - /path/to/device:/path/to/device #optional
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user