chore: layout changes
This commit is contained in:
parent
83091962a2
commit
c67fab85c8
6 changed files with 50 additions and 35 deletions
|
@ -3,26 +3,26 @@ services:
|
|||
homeassistant:
|
||||
image: ghcr.io/home-assistant/home-assistant:stable
|
||||
container_name: homeassistant
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- ./volumes/homeassistant/config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
zigbee2mqtt:
|
||||
image: koenkk/zigbee2mqtt
|
||||
container_name: zigbee2mqtt
|
||||
group_add:
|
||||
- dialout
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- "127.0.0.1:38080:8080"
|
||||
volumes:
|
||||
- ./volumes/zigbee2mqtt/data:/app/data
|
||||
- /run/udev:/run/udev:ro
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
group_add:
|
||||
- dialout
|
||||
devices:
|
||||
# Make sure this matched your adapter location
|
||||
- /dev/ttyACM0:/dev/ttyACM0
|
||||
|
@ -32,12 +32,12 @@ services:
|
|||
image: eclipse-mosquitto:2.0
|
||||
container_name: mqtt
|
||||
command: "mosquitto -c /mosquitto-no-auth.conf"
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- "127.0.0.1:1883:1883"
|
||||
volumes:
|
||||
- ./volumes/mosquitto/conf:/mosquitto/conf
|
||||
- ./volumes/mosquitto/data:/mosquitto/data
|
||||
- ./volumes/mosquitto/logs:/mosquitto/log
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue