Learn how to deploy Novu with Docker
local/deployment
directory is used. Now it has been
moved to docker/community
. Follow below mentioned steps..env
file with your server’s information:
.env
file with your own secrets.
JWT_SECRET
: Used by the API to generate JWT keys.STORE_ENCRYPTION_KEY
: Used to encrypt/decrypt the provider credentials. It must be 32 characters long.HOST_NAME
: Host name of your installation:
http://localhost
http://<vps-ip-address>
) or domain nameREDIS_CACHE_SERVICE_HOST
and REDIS_HOST
can have same value for small deployments. For larger deployments, it is recommended to use separate Redis instances for caching and queue management..env
fileNovu
object and configure it with the proper backendUrl
.
backendUrl
and the socketUrl
when initializing the iframe.
-d
: The URL of your self-hosted Novu Dashboard.-o
: The origin of your application that will be communicating with Novu.