mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Removed mosquitto from snips
Using standalone mosquitto instead Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
1572aa9e05
commit
4624d9269f
@ -66,10 +66,10 @@ services:
|
||||
container_name: snips
|
||||
image: reekymarko/snips
|
||||
restart: always
|
||||
ports:
|
||||
- '7647:1883'
|
||||
environment:
|
||||
ENABLE_MQTT: 'no'
|
||||
ENABLE_HOTWORD_SERVICE: 'no'
|
||||
volumes:
|
||||
- /homeautomation-config/snips/log/:/var/log
|
||||
- /homeautomation-config/snips/snips.toml:/etc/snips.toml
|
||||
- /homeautomation-config/snips/mosquitto.conf:/etc/mosquitto/mosquitto.conf
|
||||
- /homeautomation-config/snips/assistant:/usr/share/snips
|
||||
|
@ -42,7 +42,7 @@ cd /
|
||||
|
||||
#start own mqtt service.
|
||||
if [ $ENABLE_MQTT == yes ]; then
|
||||
mosquitto -d
|
||||
mosquitto -c /etc/mosquitto/mosquitto.conf -d
|
||||
fi
|
||||
|
||||
#start Snips analytics service
|
||||
|
Loading…
Reference in New Issue
Block a user