Skip to content

[FEATURE]: Add Dockerfile and Docker Compose #557

@AbhiArya20

Description

@AbhiArya20

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions