Removed mosquitto from snips

Using standalone mosquitto instead

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-11-10 21:04:56 +02:00
parent 32b2a35a05
commit 5ed04fe80b
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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