mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Added almond
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
2e43926781
commit
380b9929f0
@ -72,14 +72,22 @@ services:
|
||||
- '3308:3306'
|
||||
volumes:
|
||||
- /homeautomation-config/mariadb:/var/lib/mysql
|
||||
# snips:
|
||||
# container_name: snips
|
||||
# image: reekymarko/snips
|
||||
# restart: always
|
||||
# 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/assistant:/usr/share/snips
|
||||
|
||||
almond:
|
||||
container_name: almond
|
||||
image: standfordoval/almond-server:latest-portable
|
||||
ports:
|
||||
- '3006:3000'
|
||||
volumes:
|
||||
- /homeautomation-config/almond
|
||||
# snips:
|
||||
# container_name: snips
|
||||
# image: reekymarko/snips
|
||||
# restart: always
|
||||
# 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/assistant:/usr/share/snips
|
||||
|
Loading…
Reference in New Issue
Block a user