NodeBB is a next-generation discussion platform that utilizes web sockets for instant interactions and real-time notifications. NodeBB forums have many modern features out of the box such as social network integration and streaming discussions.
This template includes:
After deployment, you can access the following environment variables in your NodeBB service:
MONGO_CONNECTION_STRING
: The connection string to connect to your MongoDB database.MONGO_HOST
: The hostname of your MongoDB database.MONGO_PORT
: The port of your MongoDB database.MONGO_USERNAME
: The username for your MongoDB database.MONGO_PASSWORD
: The password for your MongoDB database.REDIS_CONNECTION_STRING
: The connection string to connect to your Redis cache.REDIS_HOST
: The hostname of your Redis cache.REDIS_PORT
: The port of your Redis cache.For more information about NodeBB, visit the official documentation.