-
-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Feature Idea:
Introduce a CLI flag (e.g., --enable-docker
or --docker
) to automatically generate:
- A tailored
Dockerfile
for each app - A
docker-compose.yml
file for multi-service orchestration
The generated files should be based on user-selected options such as:
- Runtime (e.g., Node.js,Bun)
- Package Manager (e.g., npm, pnpm,bun)
- Fronend (e.g., Next, Nuxt, Svelte...)
- Additional configurations (if applicable)
Benefits:
- Enables easy containerization and local development
- Facilitates deployment to custom VMs using Docker
- Provides a foundation for Kubernetes migration by defining service boundaries and dependencies
- Reduces manual setup for container workflows
This feature would significantly enhance developer experience, especially for teams deploying to self-managed infrastructure or transitioning to container-based environments.
Once approved, I’d love to take this on and implement it.
Feel free to assign this issue to me!
MarkLee425, berger-jr, davidroulier and simon-v-swyftx
Metadata
Metadata
Assignees
Labels
No labels