- Which services are pre-configured?
- API (Node, Python, Go, or generic), Postgres, Redis, MongoDB, RabbitMQ, Elasticsearch, MinIO. Combine any set; the tool wires the networking.
- Does it include volumes and health checks?
- Yes — named volumes per stateful service, healthchecks for services that need them, depends_on ordering so API waits for DB.
- What Compose version does it target?
- Compose Spec (v2+). The file omits the deprecated `version:` key per current best practices.
- Can I add custom environment variables?
- Add them to the generated file after download. The tool generates the structure; per-service env customization is hand-work.