Skip to content
Jonny_Bro edited this page Mar 14, 2026 · 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!

Requirements

  • Docker and Docker Compose (included with Docker) installed
  • AMD64 or ARM64 processor.

Configuration

  1. Copy the sample configuration file .env.example to .env.
  2. Open .env and configure your bot.
  3. MongoDB data is persisted in the mongo-data Docker volume.

Build and Run

To start the bot and MongoDB service:

If building your own image:

docker compose up --build

If using pre-build ones:

docker compose up -d
  • The jaba service runs the bot.
  • The mongo service provides a MongoDB instance for the bot.

Notes

  • No ports are exposed by default. If you need to access MongoDB from your host, uncomment the ports section in the mongo service.

Clone this wiki locally