-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release docker image for self-hosting #26
Comments
I created a repo to publish the server image: https://github.com/alexklibisz/pev2-docker. The server gets published here: https://github.com/alexklibisz/pev2-docker/pkgs/container/pev2-server. The publish workflow is here: https://github.com/alexklibisz/pev2-docker/blob/main/.github/workflows/publish.yaml |
Sorry for not answering earlier. I'd like to thank you for your interest and for the contribution. I'll have a look whenever possible. Don't you think that this (the publication workflow) could go into the |
Yeah I think it's best for the publish workflow and docker image to live in this repo. I'll try to make a PR with this later today. |
PR here: #27 |
I didn't realize that we had to explicitly set the visibility to public for github packages. After some thoughts I will work on this a bit more to publish images to docker hub instead of github packages. I will work on this again hopefully next week. |
Hi, thanks for building and maintaining this extremely useful tool.
Do you know if there is a docker image of the application that we can just deploy without having to re-build the image? If not, would you be interested in a contribution that makes this possible? Maybe a github workflow that builds and publishes the image to ghcr?
The text was updated successfully, but these errors were encountered: