Skip to content

Deployment

Deploy dgbit for production use.

Deployment Options

Method Best For Complexity
Docker Compose Single server, development Low
Kubernetes Production, scaling High
Bare Metal Maximum control Medium

Quick Start

The fastest way to deploy dgbit:

# Clone repository
git clone https://github.com/cryptuon/dgbit.git
cd dgbit

# Configure environment
cp dgbit-api/.env.example dgbit-api/.env
# Edit .env with your settings

# Start services
docker-compose up -d

# Check status
docker-compose ps