<- back to Homelab

changedetection

Repo: https://github.com/dgtlmoon/changedetection.io

Last updated: Sun, Mar 16, 2025

Example docker-compose.yml

services:
  changedetection:
    image: ghcr.io/dgtlmoon/changedetection.io
    container_name: changedetection
    volumes:
      - ./changedetection-data:/datastore
    environment:
      - LOGGER_LEVEL=TRACE
      - BASE_URL=https://example.com
      - TZ=Europe/Berlin
    restart: unless-stopped