-
Notifications
You must be signed in to change notification settings - Fork 0
Docker
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!
- Docker and Docker Compose (included with Docker) installed
- AMD64 or ARM64 processor.
- Copy the sample configuration file
.env.exampleto.env. - Open
.envand configure your bot. - MongoDB data is persisted in the
mongo-dataDocker volume.
To start the bot and MongoDB service:
If building your own image:
docker compose up --buildIf using pre-build ones:
docker compose up -d- The
jabaservice runs the bot. - 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.