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

Request #485

Open
Shark1979xxx opened this issue Nov 13, 2024 · 7 comments
Open

Request #485

Shark1979xxx opened this issue Nov 13, 2024 · 7 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@Shark1979xxx
Copy link

Is it possible to exclude a package from checking?

thx!

@Shark1979xxx
Copy link
Author

I try with:

  • WUD.TAG.EXCLUDE=ghcr.io/alexjustesen/speedtest-tracker:v0.11.17

but not work.

Please help me

@fmartinou
Copy link
Collaborator

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'

@fmartinou fmartinou self-assigned this Nov 15, 2024
@fmartinou fmartinou added the help wanted Extra attention is needed label Nov 15, 2024
@Shark1979xxx
Copy link
Author

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
Copy link
Collaborator

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

@Shark1979xxx
Copy link
Author

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

not works :(

@fmartinou
Copy link
Collaborator

Without the quotes around the label maybe? 🤞

@Shark1979xxx
Copy link
Author

Shark1979xxx commented Nov 16, 2024

No portainer create 2 container.... not works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants