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
4 Replies
Hello. Have you properly set up in the
.env
file inside the folder <ROOT_DIR>/apps/api
the correct values for the environment variables:
?yes, I followed the instructions on the site https://docs.novu.co/overview/docker-deploy/
Deploy using Docker | Novu
Docker compose is the easiest way to get started with self-hosted Novu.
Which version of Novu are you using? From which branch are you deploying the Docker solution? And finally, which setup of the Docker are you trying to run:
deployment
or development
?
One quick test you can do is to add inside of the file /apps/api/src/main.ts
some log captures to see if the environment variables are being loaded properly in the API app.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View