-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Add Docker, Docker Compose, System Requirements, and CI/CD Pipeline for Container Publishing #11
base: main
Are you sure you want to change the base?
Conversation
@charlesvien This is great already. However, a docker-compose implementation would be great (in a separate PR maybe). |
I am looking forward to this PR getting merged.
|
c72581f
to
ed7cca4
Compare
Should be addressed in the latest commit 👍 |
Any idea when this pr might get merged ? |
This PR enhances the project by introducing Docker and Docker Compose support, simplifying the process of building and running the project in a containerized environment. Key updates include:
You can verify the successful publishing of the image via the included CI/CD pipeline on my fork here:
The Docker setup and pipeline were tested on macOS and Windows to ensure cross-platform compatibility.
NOTE: The docker compose setup ghcr image is set to to this project's repostory, until this merges then there will be no image available on ghcr to pull from so you'll get an error. I've tested this by using my fork's ghcr from the successful CI/CD publish.