0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 08:14:46 +02:00

add redis auth

Signed-off-by: RosesTheN00b <RosesTheN00b.nextcloud@ruziczka.de>
This commit is contained in:
RosesTheN00b 2020-10-25 10:32:30 +01:00
parent e95023790c
commit b88ce960fd
8 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,5 @@
MYSQL_PASSWORD=
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
REDIS_HOST_PASSWORD=secretredispassword

View file

@ -14,6 +14,7 @@ services:
redis:
image: redis:alpine
command: redis-server --requirepass secretredispassword
restart: always
app:

View file

@ -1,3 +1,5 @@
MYSQL_PASSWORD=
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
REDIS_HOST_PASSWORD=secretredispassword

View file

@ -14,6 +14,7 @@ services:
redis:
image: redis:alpine
command: redis-server --requirepass secretredispassword
restart: always
app:

View file

@ -1,3 +1,5 @@
MYSQL_PASSWORD=
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
REDIS_HOST_PASSWORD=secretredispassword

View file

@ -14,6 +14,7 @@ services:
redis:
image: redis:alpine
command: redis-server --requirepass secretredispassword
restart: always
app:

View file

@ -1,3 +1,5 @@
MYSQL_PASSWORD=
MYSQL_DATABASE=nextcloud
MYSQL_USER=nextcloud
REDIS_HOST_PASSWORD=secretredispassword

View file

@ -14,6 +14,7 @@ services:
redis:
image: redis:alpine
command: redis-server --requirepass secretredispassword
restart: always
app: