-
Notifications
You must be signed in to change notification settings - Fork 0
Docker
Jonny_Bro edited this page Jun 19, 2025
·
7 revisions
Note
JaBa uses Discord's emojis for applications. You need to add your own emojis there.
Emojis are not required for the bot to work!
- Docker and Docker Compose installed
- Copy the sample configuration file
config.sample.jsonto a newconfig.json. - Open
config.jsonand configure your bot.- You can use
apiKeysfor anything that requires an API key, such as accessing certain services or APIs.
- You can use
- MongoDB data is persisted in the
mongo-dataDocker volume.
To start the bot and MongoDB service:
docker compose up --build- The
appservice runs the bot in production mode. - The
mongoservice provides a MongoDB instance for the bot.
- No ports are exposed by default. If you need to access MongoDB from your host, uncomment the
portssection in themongoservice.