services: logwatch: build: . image: logwatch:latest container_name: logwatch restart: unless-stopped ports: - "${PORT:-8000}:8000" volumes: - logwatch_data:/data environment: - SOURCE_URL=${SOURCE_URL:-https://ntfy.albert-zangerl.com/albert} - TARGET_URL=${TARGET_URL:-https://ntfy.albert-zangerl.com/wichtig} - TARGET_TOKEN=${TARGET_TOKEN:-} - LOG_LEVEL=${LOG_LEVEL:-INFO} - RECONNECT_DELAY=${RECONNECT_DELAY:-10} - DB_PATH=/data/logwatch.db volumes: logwatch_data: