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

Adds docker features #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

Robert-van-Barlingen
Copy link

Adds a dockerfile to containerize the application, a docker-compose file as an example how to configure it using docker-compose and .github/workflows/main.yml in order to automatically push the docker container to dockerhub through github actions. The only thing that needs to be configured is a DOCKERHUB_USERNAME variable and DOCKERHUB_TOKEN secret in github. (see https://github.com/marketplace/actions/build-and-push-docker-images)

Robert-van-Barlingen and others added 4 commits July 16, 2024 09:16
… code a bit to make it more compatible with docker
Creates main.yml github action for automatically building docker container and pushing to dockerhub.
@Robert-van-Barlingen
Copy link
Author

Also fixes issue where listmonk list ID is hardcoded in rss2newsletter file. Changed it to use the list ID from the config file.

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