Migrate to zwavejs2mqtt
This commit is contained in:
parent
a842d5ce69
commit
5f06eeb07c
2 changed files with 18 additions and 2 deletions
|
@ -56,8 +56,6 @@ services:
|
|||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /mnt/data/docker/ha/config:/config
|
||||
devices:
|
||||
- /dev/zwave:/dev/zwave:rwm
|
||||
gitea:
|
||||
container_name: gitea
|
||||
image: gitea/gitea:1.8.3
|
||||
|
@ -241,3 +239,20 @@ services:
|
|||
ports:
|
||||
- 1883:1883
|
||||
command: mosquitto -c /mosquitto-no-auth.conf
|
||||
zwavejs2mqtt:
|
||||
container_name: zwavejs2mqtt
|
||||
image: zwavejs/zwavejs2mqtt:latest
|
||||
restart: always
|
||||
tty: true
|
||||
stop_signal: SIGINT
|
||||
env_file:
|
||||
- zwavejs2mqtt.env
|
||||
environment:
|
||||
- TZ=America/New_York
|
||||
devices:
|
||||
- /dev/zwave:/dev/zwave
|
||||
volumes:
|
||||
- /mnt/data/docker/zwavejs2mqtt/store:/usr/src/app/store
|
||||
ports:
|
||||
- '9056:8091'
|
||||
- '9057:3000'
|
||||
|
|
1
zwavejs2mqtt.env.sample
Normal file
1
zwavejs2mqtt.env.sample
Normal file
|
@ -0,0 +1 @@
|
|||
SESSION_SECRET=
|
Loading…
Reference in a new issue