services: logwatch: build: . image: logwatch:latest container_name: logwatch restart: unless-stopped environment: # ntfy source channel (your Watchtower notifications) - SOURCE_URL=https://ntfy.albert-zangerl.com/albert # ntfy target channel (where important stuff goes) - TARGET_URL=https://ntfy.albert-zangerl.com/wichtig # optional: Bearer token if target channel needs auth # - TARGET_TOKEN=your-token-here - LOG_LEVEL=INFO - RECONNECT_DELAY=10