t-pohl
t-pohl
Hey there, I'm wondering if it would be possible to have something like a lifecycle hook to call a script after a container was successfully updated (similar to [watchtowers post-update...
I have some containers in my infrastructure (defined in docker compose files) which are by nature very short lived. One example would be a [Renovate container](https://github.com/renovatebot/renovate) which just starts up...
Hey, I'm running WUD via docker-compose against docker-compose with one local watcher and multiple triggers for different compose files. Problem now is that containers are only auto updated if I...
# Summary When using pytest --cov together with a FastAPI app, sqlalchemy (async Postgres connection) and pytest-docker (for the DB) we get back wrongly calculated coverage for the services. For...