
Novu is a fully functional real-time notification center for your web and react apps. The only open-source notifications infrastructure that manages multi-channel content, scheduled notifications, digest engine, user preferences, and delivers Email, SMS, Push and Chat notifications using a single API.
novu-cache
novu-db
- novu-db:/data/db
novu-api
novu-ws
novu
novu-widget
novu-embed
Application | Version
Version tag of Novu's Docker images. Check out their valid tags at https://github.com/novuhq/novu/pkgs/container/novu%2Fapi
Application | Image URL
URL to Novu's Docker images.
Redis | Version
Version tag of Redis' image. Check out their valid tags at https://hub.docker.com/_/redis/tags
MongoDB | Version
Version tag of MongoDB's image. Check out their valid tags at https://hub.docker.com/_/mongo/tags
General | Environment
Application environment (e.g `dev`, `test`, `prod`, `ci`, `local`).
General | Docker-Hosted Environment
Whether to the application is hosted in Docker.
General | User ID
User ID that the process uses, run `id $user` on your instance to see the ID.
General | Group ID
Group ID that the process uses, run `id $user` on your instance to see the ID.
Security | JWT Secret
Secret for JWT.
Security | Store Encryption Key
Key for store encryption.
Privacy | Disable User Registration
Whether to disable user registration.
API | Port
Port of Novu's API.
API | Sentry DSN
Sentry's DSN for error tracking. Leave empty to disable.
Redis | Port
Port of Redis' host.
Redis | Database Index
Index of the database in Redis.
MongoDB | Database Name
Name of the database in MongoDB.
Networking | Embed Port
Port of Novu's embed host.
Networking | Widget Port
Port of Novu's widget host.
Networking | Web Port
Port of Novu's web host.
Networking | WebSocket Port
Port of Novu's WebSocket host.
S3 | Local Stack URL
URL to Localstack instance. Leave to `http://localhost:4566` to use local file storage.
S3 | Bucket Name
Name of the bucket. Leave to `novu-local` to use local file storage.
S3 | Region
Region of the storage. Leave to `us-east-1` if using local file storage.
S3 | AWS Access Key ID
Access key ID for AWS. Leave to `test` to use local file storage.
S3 | AWS Secret Access Key
Secret access key for AWS. Leave to `test` to use local file storage.