fest: zigbee2mqtt, nginx, code-server
This commit is contained in:
19
docker/zigbee2mqtt/docker-compose.yaml
Normal file
19
docker/zigbee2mqtt/docker-compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
zigbee2mqtt:
|
||||
container_name: zigbee2mqtt
|
||||
image: koenkk/zigbee2mqtt
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data:/app/data
|
||||
- /run/udev:/run/udev:ro
|
||||
ports:
|
||||
# Frontend port
|
||||
- 8085:8080
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
devices:
|
||||
# Make sure this matched your adapter location
|
||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||
volumes:
|
||||
data:
|
||||
Reference in New Issue
Block a user