Add variable for redis password in nextcloud container

This commit is contained in:
bmen 2020-12-17 16:31:54 +00:00
parent 5b2b5b3086
commit cca425e6d8
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ services:
- REDIS_HOST=redis
env_file:
- db.env
env:
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
networks:
- backend-nextcloud
depends_on: