getwud / wud

WUD (aka What's up Docker?) gets you notified when a new version of your Docker Container is available.
https://getwud.github.io/wud/
MIT License
1.28k stars 39 forks source link

Request #485

Open Shark1979xxx opened 2 weeks ago

Shark1979xxx commented 2 weeks ago

Is it possible to exclude a package from checking?

thx!

Shark1979xxx commented 1 week ago

I try with:

but not work.

Please help me

fmartinou commented 1 week ago

If you just want to exclude one of your container from being watched, you can add the label wud.watch=false to it.

Ex:

services:
  speedtest:
    image: ghcr.io/alexjustesen/speedtest-tracker:v0.11.17
    labels:
      - 'wud.watch=false'
Shark1979xxx commented 1 week ago

This is my stack:

services:
  whatsupdocker:
    image: getwud/wud
    container_name: WUD
    security_opt:
      - no-new-privileges=true
    read_only: true
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
      - /volume1/docker/wud:/store:rw
    ports:
      -xxxx:xxxx
    environment:
     - WUD_TRIGGER_SMTP_GMAIL_HOST=smtp.gmail.com
     - WUD_TRIGGER_SMTP_GMAIL_PORT=465
     - WUD_TRIGGER_SMTP_GMAIL_USER=
     - WUD_TRIGGER_SMTP_GMAIL_PASS=
     - WUD_TRIGGER_SMTP_GMAIL_FROM=
     - WUD_TRIGGER_SMTP_GMAIL_TO=
     - WUD_TRIGGER_SMTP_GMAIL_TLS_ENABLED=true
     - WUD_TRIGGER_SMTP_GMAIL_SIMPLETITLE=
     - WUD_TRIGGER_SMTP_GMAIL_SIMPLEBODY=
  speedtest:
    image: ghcr.io/alexjustesen/speedtest-tracker:v0.11.17
    labels:
      - 'wud.watch=false'

and wud keep checking the speedtest. Where am I wrong?

fmartinou commented 1 week ago

Try to clear the WUD store directory to start from scratch.

Shark1979xxx commented 1 week ago

I clear docker\wud and now have 2 container: -Wud -wud-speedtest-1

not works :(

fmartinou commented 1 week ago

Without the quotes around the label maybe? 🤞

Shark1979xxx commented 1 week ago

No portainer create 2 container.... not works