housekeeping: remove old docker-compose file
All checks were successful
lint, build and push / lint (push) Successful in 5s
lint, build and push / build (push) Successful in 16s

This commit is contained in:
Michael Grote 2024-11-06 18:20:27 +01:00
parent a9e1e67c5b
commit 1d6712b5cb

View file

@ -1,14 +0,0 @@
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