make help # Show all available commands
make up # Start all services with migration
make down # Stop all services
make restart # Restart all services
make status # Show container status
make db-shell # Connect to PostgreSQL
make db-tables # Show all tables
make db-users # Show users table
make db-tickets # Show tickets table
make db-reset # Reset database (destroys data!)
make migrate # Run migrations manually
make logs # Show all logs
make logs-postgres # PostgreSQL logs only
make logs-rabbitmq # RabbitMQ logs only
make logs-migrate # Migration logs
make health # Check service health
make backup # Backup database
make restore FILE=backup.sql # Restore from backup
make clean # Remove containers & volumes
make clean-all # Remove everything including images
make prune # Clean unused Docker resources
make dev # Complete dev setup (clean + up + logs)
make go-ketuk # Run KetukApps Go app
make go-ketuk2 # Run KetukApps2 Go app
make go-mod-tidy # Tidy Go modules
make up - Start everything
make logs - Watch logs
make db-shell - Database access
make status - Check status
make down - Stop everything
make dev - Full development reset