Skip to main content
This guide covers all the commands you’ll need to manage your self-hosted Bilanc deployment.

Make Commands

The Makefile provides convenient shortcuts for common operations:

Starting Bilanc

Stopping Bilanc

Rebuilding


Docker Compose Commands

For more granular control, use Docker Compose directly:

Container Management

Viewing Logs

Service Status

Executing Commands


Service Names

When working with Docker Compose, use these service names:

Common Operations

Restart After Configuration Change

After modifying .env or tenant_config.yaml:

Check Pipeline Status

Debug API Issues

Debug Frontend Issues

Clear All Data (Caution)

This will delete all data including the database. Only use for fresh installs.

Updating Bilanc

When a new version is available:
Always test updates in a staging environment before applying to production.

Troubleshooting Commands

Check Container Status

Inspect Container

Force Rebuild

If you’re experiencing issues after an update:

Database Access