We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbdba6 commit c584129Copy full SHA for c584129
.templates/deconz/service.yml
@@ -1,26 +1 @@
1
- deconz:
2
- image: marthoc/deconz
3
- container_name: deconz
4
- restart: unless-stopped
5
- network_mode: bridge
6
- ports:
7
- - '8090:80'
8
- - '4439:443'
9
- - '5901:5900'
10
- volumes:
11
- - ./volumes/deconz/:/root/.local/share/dresden-elektronik/deCONZ
12
- #devices:
13
- #ConBee II uncomment next line
14
- #- /dev/ttyACM0
15
- #ConBee uncomment next line
16
- #- /dev/ttyUSB0
17
- #RaspBee uncomment next line
18
- #- /dev/ttyAMA0 or /dev/ttyS0
19
- environment:
20
- - DECONZ_VNC_MODE=1
21
- - DECONZ_VNC_PASSWORD=changeme
22
- - DEBUG_INFO=1
23
- - DEBUG_APS=0
24
- - DEBUG_ZCL=0
25
- - DEBUG_ZDP=0
26
- - DEBUG_OTAU=0
+
0 commit comments