Fixes for nextcloud and added rhasspy
This commit is contained in:
parent
4b3792be11
commit
6dd0fa0301
2 changed files with 24 additions and 4 deletions
|
@ -21,6 +21,7 @@ services:
|
|||
- TZ=Europe/Helsinki
|
||||
- MYSQL_HOST=mariadb-nextcloud
|
||||
- REDIS_HOST=redis
|
||||
- REDIS_HOST_PASSWORD=123
|
||||
depends_on:
|
||||
- redis
|
||||
labels:
|
||||
|
@ -45,6 +46,7 @@ services:
|
|||
networks:
|
||||
- nextcloud
|
||||
restart: always
|
||||
command: redis-server --requirepass 123
|
||||
|
||||
cron:
|
||||
image: nextcloud:apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue