Skip to content
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

feat: add Dockerfile and docker publish action #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Bnyro
Copy link

@Bnyro Bnyro commented Oct 16, 2024

Hey, this PR adds a Dockerfile, an example docker-compose.yml for quick deployment and a Github Actions workflow to automatically publish Docker images to ghcr.io (GitHub Docker Image registry).

This allows users to quickly deploy favicon-rover on their server (in my case for usage with searxng).

The action should work without settings any additional settings because secrets.GITHUB_TOKEN is probably already set as you used it in the release.yml action.

I admit that the Dockerfile could be optimized better by using build steps, but when I tried there were some missing runtime dependencies and I couldn't figure out which ones...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant