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 statusmake 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 manuallymake 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 healthmake 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 resourcesmake 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 modulesmake up- Start everythingmake logs- Watch logsmake db-shell- Database accessmake status- Check statusmake down- Stop everythingmake dev- Full development reset