Add variable for redis password in nextcloud container
This commit is contained in:
parent
5b2b5b3086
commit
cca425e6d8
|
@ -39,6 +39,8 @@ services:
|
|||
- REDIS_HOST=redis
|
||||
env_file:
|
||||
- db.env
|
||||
env:
|
||||
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD}
|
||||
networks:
|
||||
- backend-nextcloud
|
||||
depends_on:
|
||||
|
|
Loading…
Reference in New Issue