s
This commit is contained in:
parent
a34e9376ac
commit
50b82e8946
1 changed files with 6 additions and 5 deletions
|
@ -56,17 +56,18 @@ services:
|
|||
depends_on:
|
||||
- miniflux
|
||||
restart: always
|
||||
image: "registry.mgrote.net/miniflux-filter:latest"
|
||||
volumes:
|
||||
- ./filter.txt:/data/filter.txt
|
||||
networks:
|
||||
- intern
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
MF_AUTH_TOKEN: "{{ lookup('keepass', 'miniflux_auth_token', 'password') }}"
|
||||
MF_API_URL: https://miniflux.mgrote.net/v1
|
||||
MF_SLEEP: 600
|
||||
#MF_DEBUG: 1
|
||||
image: "registry.mgrote.net/miniflux-filter:latest"
|
||||
volumes:
|
||||
- ./filter.txt:/data/filter.txt
|
||||
networks:
|
||||
- intern
|
||||
|
||||
|
||||
######## Volumes ########
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue