Sign inSign up

alexrashed/docker-urlwatch2

By alexrashed

Updated over 9 years ago

Docker image to watch websites using urlwatch2

Image
1

100K+

alexrashed/docker-urlwatch2 repository overview

docker-urlwatch2

Build:

docker build .

Configure:

Create the configuration files for urlwatch2:

  • urlwatch.yaml
  • hooks.py
  • urls.txt
Run:

In the folder containing the configuratoin files execute docker run -v ${PWD}:/config alexrashed/docker-urlwatch2

By default urlwatch is executed every 15 minutes (*/15 * * * *). If you want to change the schedule, add the environment variable SCHEDULE to a cron schedule value (f.e. SCHEDULE="* * * * *" for an execution every minute) when starting the container.

In order to persist the database across container recreations, mount the folder for the database to /volume.

Tag summary

Content type

Image

Digest

Size

281 MB

Last updated

over 9 years ago

docker pull alexrashed/docker-urlwatch2