Passing redis password in env of openvidu server and coturn server

Hi I have to set password in redis server, hence following I have add command in docker-compose. Post this the video, chat, screen sharing are not seen by other user. How can I pass this password in openvidu-server and coturn server config in docker-compose.

redis:
image: redis:5.0.7
restart: always
network_mode: host
command: redis-server --requirepass somepassword --rename-command CONFIG sometext

I don’t understand you.

Redis is password protected in the last OpenVidu versions.