Renovate Bot
d615e91b18
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | pinDigest | -> `9f867dc` | | hadolint/hadolint | | pinDigest | -> `9cef74a` | | plugins/docker | | pinDigest | -> `2f15740` | | quotengrote/miniflux-filter | | pinDigest | -> `a99744b` | | zricethezav/gitleaks | | pinDigest | -> `6945c62` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #11 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
14 lines
434 B
YAML
14 lines
434 B
YAML
version: '3.2'
|
|
services:
|
|
mf-filter:
|
|
container_name: mf-filter
|
|
restart: always
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
- MF_AUTH_TOKEN=XN2klsvvD[...]-dcHPaeQ=
|
|
- MF_API_URL=https://miniflux.[...].net/v1
|
|
- MF_SLEEP=60
|
|
#- MF_DEBUG=1
|
|
image: quotengrote/miniflux-filter:latest@sha256:a99744babfb63fa4566db0ed0219fbffe7580d5dae20b2b018a3bdc8d05aa0c5
|
|
volumes:
|
|
- ./filter.txt:/data/filter.txt
|