Skip to content

Download Bonita

The supported install path is the Docker image.

Docker

bash
docker pull suwmlee/bonita:latest
docker run -d \
    --name bonita \
    -p 12346:12346 \
    -v <path/to/media>:/media \
    -v <path/to/data>:/app/backend/data \
    suwmlee/bonita:latest

Environment variables, compose, and first login are in Quick start.

To update: docker pull and recreate the container, or use Watchtower. Data lives in the /app/backend/data volume, so replacing the image does not wipe the database.

Released under the MIT License