mg
0b1946f9ad
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/miniflux-filter#1 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
14 lines
362 B
YAML
14 lines
362 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
|
|
volumes:
|
|
- ./filter.txt:/data/filter.txt
|