Sefthost error with redis
Hi, I'm trying to sefthost Novu with Docker and the service name "api" couldn't connect to redis but service "ws" can. Pls help

.env file inside the folder <ROOT_DIR>/apps/api the correct values for the environment variables:deployment or development?/apps/api/src/main.ts some log captures to see if the environment variables are being loaded properly in the API app.<ROOT_DIR>/apps/apiREDIS_HOST="<URL_OF_REDIS>"
REDIS_PORT="<PORT_OF_REDIS>"deploymentdevelopment/apps/api/src/main.tsconsole.log('Checking env variables', process.env.REDIS_HOST, process.env.REDIS_PORT);