Skip to content

Commit

Permalink
docs: add watchtower option to the scraper docker compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotAmn committed Jan 29, 2025
1 parent 7ec352e commit 5daf5f1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- ./config.json:/tekbetter/scrapers.json

# Optional: Watchtower to automatically update the scraper if a new version is available
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 120
```

## Environment variables
Expand Down

0 comments on commit 5daf5f1

Please sign in to comment.