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 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. This will be the base URL of your installation. For example, if you are deploying to server with ip 35.154.137.80
, then you should set this to http://35.154.137.80
.REDIS_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.
Novu
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.