-
Notifications
You must be signed in to change notification settings - Fork 78
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
Move container logic from docker-compose.yml
to Dockerfile
#49
Comments
This seems like the most sensible approach, although clunky, until watchtower or some other process is capable of rebuilding images when base images are updated. |
Giving the CI -> docker repository (ghcr) a try with caddy (#57). Used https://www.howtogeek.com/devops/how-to-set-up-automatic-builds-for-docker-images-on-github/ and https://www.flypenguin.de/2021/07/30/auto-rebuild-docker-images-if-base-image-changes-using-github-actions/ to throw something together in Github actions. |
#58 is merged, now just need to split countryblock into its own project. |
Moved 3 containers to their own project/repo: Each has Github actions in place that will
This should keep these containers up to date, and with watchtower running, keep everything perpetually updated. |
Much of the
command
mess in the compose file should be in their ownDockerfile
s that extends the base image. Easily done with caddy as of 837c1fc, however watchtower won't pull updates to the base image (see containrrr/watchtower#1401).Alternatives to watchtower, cron?
git pull
will miss that stepThe text was updated successfully, but these errors were encountered: