This guide walks through a self-hosted installation of GitBucket.
For Docker installation, see Docker.
Create a directory for GitBucket data and configuration.
sudo mkdir -p /opt/gitbucket
cd /opt/gitbucket
Create a docker-compose.yml file with your configuration.
Use Docker Compose to start services in the background.
docker compose up -d
Prefer automation? See GitBucket Ansible Setup for an example playbook.
Prefer containers? See GitBucket Docker Setup.
Any questions?
Feel free to contact us. Find all contact information on our contact page.