Forums
CATALYZE - Create production-ready Docker projects in 30 seconds
Tired of writing docker-compose.yml by hand? catalyze scaffolds complete Docker projects in 30 seconds.
✨ $ catalyze init
? Language: go/python/node
? Database: postgres
? Addons: redis
✅ Project created!
✨ $ catalyze dev
$ curl http://localhost:8081/health
{"status":"ok"}
Features:
• Go, Python (FastAPI), Node.js (Express)
• PostgreSQL + Redis pre-configured
• macOS / Linux / Windows binaries
• No installation — download & run
https://github.com/krasilovalex/...
