Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 867 Bytes

File metadata and controls

47 lines (34 loc) · 867 Bytes

🐳 Docker Setup Guide

Quick Start

# Clone and setup
git clone https://github.com/AkshitTiwarii/carbonx.git
cd carbonx
cp .env.example .env.local

# Start all services
docker-compose -f docker-compose.dev.yml up -d

# Access application
open http://localhost:3000

Services

Commands

# Development
docker-compose -f docker-compose.dev.yml up -d

# Production
docker-compose up -d

# View logs
docker-compose -f docker-compose.dev.yml logs -f

# Stop services
docker-compose -f docker-compose.dev.yml down

Features

✅ One-command setup
✅ Hot reload for development
✅ Multi-service orchestration
✅ Volume persistence
✅ Health checks
✅ Production-ready builds