-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hello 👋,
First of all, thank you for the great project! I was wondering if it would be possible to provide a Docker image (and ideally a docker-compose.yml) to simplify installation and usage for contributors and users.
Why this could be useful
Ease of setup: Instead of manually installing dependencies and configuring the environment, users can just run the container.
Consistency: Everyone runs the project in the same environment, reducing “it works on my machine” issues.
Reproducibility: Makes testing, development, and deployment more predictable.
Onboarding: New contributors can get started quickly with a single command, without needing to configure their system.
Portability: Docker images can be used locally, in CI/CD pipelines, or for deployment in cloud environments.
Possible approach
Create a Dockerfile that builds the project with all required dependencies.
Optionally provide a docker-compose.yml to orchestrate services if the project depends on databases, caches, or other external services.
Would you be open to such a contribution? I’d be happy to help draft a first version if it aligns with the project’s goals.
Thanks again for your work on this project!