add redis password and improve documentation

This commit is contained in:
Tobias Ollive
2022-05-05 19:58:04 +02:00
parent 82aaf24b52
commit 0adf079fdf
3 changed files with 30 additions and 1 deletions

View File

@@ -49,8 +49,8 @@ services:
image: 'bitnami/redis:latest'
container_name: redis
environment:
- ALLOW_EMPTY_PASSWORD=yes
- "TZ=Europe/Paris"
env_file: ./secrets/librezo.secrets
networks:
- nextcloud

View File

@@ -4,3 +4,5 @@ POSTGRES_USER=nc
POSTGRES_HOST=nextcloud-db
username=nextcloud
password=__COLLABORA_PASSWORD__
REDIS_PASSWORD=__REDIS_PASSWORD__
REDIS_HOST_PASSWORD=$REDIS_PASSWORD