Added mariadb
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
4624d9269f
commit
309e63fec0
2 changed files with 12 additions and 3 deletions
|
@ -73,3 +73,12 @@ services:
|
|||
- /homeautomation-config/snips/log/:/var/log
|
||||
- /homeautomation-config/snips/snips.toml:/etc/snips.toml
|
||||
- /homeautomation-config/snips/assistant:/usr/share/snips
|
||||
|
||||
mariadb:
|
||||
container_name: snips
|
||||
image: mariadb
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
|
||||
ports:
|
||||
- '3308:3306'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue