- Overview
- Users
- Managing Models and Releases
- Uploading Artifacts
- Creating a Model
- Completing the Model
- Creating a Release
- Uploading Files
- Uploading Images
- Using a Model
- Requesting Access
- Personal Access Tokens
- Using a a Pushed Docker Image
- Downloading files
- Reviews
- Reviewing Releases and Access Requests
- Reviewing a Release
- Reviewing an Access Request
- Reviewed Releases and Access Requests
- Releases
- Access Requests
- Programmatically using Bailo
- Authentication
- Open API
- Webhooks
- Python Client
- Administration
- Getting Started
- App Configuration
- Microservices
- File Scanners
- Helm
- Basic Usage
- Configuration
- Isolated Environments
- Schema
- Create a Schema
- Upload a Schema
- Migrations
- Bailo v0.4
- Bailo v2.0
- DataBase Scripts
Isolated Environments
Bailo is built to be deployed on isolated environments, where access to the internet is strictly regulated. To install Bailo on a segregated environment you will need the following dependencies.
Helm Charts
We rely on the following Bitnami charts:
Docker Images
We rely on the following images:
- mongo:7.0.15
- bitnami/minio:2025.4.3
- marlonb/mailcrab:v1.5.0
- nginx:1.25.4-alpine3.18
- registry:3.0.0
- node:24.3.0-alpine
These will occasionally be updated. To retrieve the latest versions used, check ./docker-compose.yml
and
./backend/Dockerfile
. These versions can be configured using the tag
attribute for each image in values.yaml
to
override the defaults. In general, keeping to the same major version will maintain compatibility with Bailo.
NPM
We rely on many NPM packages. The full list is available in package-lock.json
, frontend/package-lock.json
and
backend/package-lock.json
. Most are standard packages with the exception of:
sharp
, which is an optimised image transformer and requires some compilation tools.cypress
, which is a user interface testing tool and requires a Chromium download.
sharp
includes instructions on installing / building without internet here.
Instructions on installing cypress
without internet are available
here.
Copyright © Crown Copyright 2025.