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

[Feature Request] Option to disable/not deploy Watchtower (or configure it) #81

Open
Joly0 opened this issue Feb 11, 2025 · 0 comments
Open

Comments

@Joly0
Copy link

Joly0 commented Feb 11, 2025

Hey, i noticed, that igm always deploys watchtower alongside the rest of the stack. The way it is done has a few problems/inconveniences.

So for example, if i dont want to do automatic updates, i have to disable/stop watchtower always again after deploying the stack.
Also if i have already a deployed watchtower container, this could result in problems (it might, its not guranteed).

So in my opinion, one should be possible to disable deploying watchtower automtically (i havent found an option for that). Otherwise, watchtower should be deployed with the option to ONLY update the igm stack containers. This is possible by starting watchtower with the names of the containers it should update. Example from their wiki:

$ docker run -d \
    --name watchtower \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower \
    nginx redis
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

No branches or pull requests

1 participant