Skip to content

Commit

Permalink
Disable watchtower for self built images
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Jan 14, 2024
1 parent 401ad37 commit ef3ae17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions observium/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
- smokeping-config:/etc/smokeping/config.d/
- ../backup:/backup/destination
labels:
com.centurylinklabs.watchtower.enable: "false"
ofelia.enabled: "true"
ofelia.job-exec.discover-all.schedule: "@every 6h"
ofelia.job-exec.discover-all.no-overlap: "true"
Expand Down
2 changes: 2 additions & 0 deletions smokeping/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ services:
- smokeping-config:/etc/smokeping/config.d/
networks:
- observium
labels:
com.centurylinklabs.watchtower.enable: "false"

0 comments on commit ef3ae17

Please sign in to comment.