Skip to content

Is it possible to update images and notify for specific containers? #1930

Closed Answered by binderth
binderth asked this question in Q&A
Discussion options

You must be logged in to vote

I did some tests (had to wait for my desired project to update the docker a few times 😀).

It is already possible with only the following label on the respective "update only" container:

    labels:
      - "com.centurylinklabs.watchtower.monitor-only=true"

my watchtower-config:

    environment:
      - WATCHTOWER_CLEANUP=true
      - WATCHTOWER_INCLUDE_RESTARTING=false
      - WATCHTOWER_INCLUDE_STOPPED=true
      - WATCHTOWER_REVIVE_STOPPED=false
      - WATCHTOWER_NO_RESTART=false
      - WATCHTOWER_TIMEOUT=30s
      - WATCHTOWER_SCHEDULE=0 0 4 * * *
      - WATCHTOWER_DEBUG=false
      - WATCHTOWER_ROLLING_RESTART=true
      - WATCHTOWER_NOTIFICATIONS=email
      - WATCHTOWER_NOTIFICA…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@evilmumi
Comment options

@binderth
Comment options

Answer selected by binderth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants