Skip to content

Commit c584129

Browse files
authored
make empty
this ensures that no deCONZ container is created if a device is not plugged in (the user has chosen cancel) or selected from the deconz menu
1 parent 8cbdba6 commit c584129

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

.templates/deconz/service.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+

0 commit comments

Comments
 (0)