Skip to content

Clarification on watchtower metrics and API token for a noob #1615

Answered by crispybegs
nn0de asked this question in Q&A
Discussion options

You must be logged in to vote

i went through literally this exact situation earlier this morning. In fact I did a double take thinking i'd posted your comment under a different name somehow, it was that similar.

Anyway, after a lot of digging around and fiddling, I got it working. This is my working compose yaml which just notifies of updates instead of automatically updating them (WATCHTOWER_MONITOR_ONLY=true), sends updates to my slack channel (you don't have to use this) and is working with homepage:

version: "2"

services:
  app:
    image: containrrr/watchtower
    hostname: 192.168.1.64
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    ports:
      - 8080:8080
    env…

Replies: 4 comments 16 replies

Comment options

You must be logged in to vote
7 replies
@crispybegs
Comment options

@simskij
Comment options

@crispybegs
Comment options

@piksel
Comment options

@crispybegs
Comment options

Answer selected by simskij
Comment options

You must be logged in to vote
1 reply
@nn0de
Comment options

Comment options

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

@rcgbret
Comment options

Comment options

You must be logged in to vote
6 replies
@rcgbret
Comment options

@henkiewie
Comment options

@rcgbret
Comment options

@henkiewie
Comment options

@rcgbret
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants