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:
|
depends_on:
|
||||||
- miniflux
|
- miniflux
|
||||||
restart: always
|
restart: always
|
||||||
|
image: "registry.mgrote.net/miniflux-filter:latest"
|
||||||
|
volumes:
|
||||||
|
- ./filter.txt:/data/filter.txt
|
||||||
|
networks:
|
||||||
|
- intern
|
||||||
environment:
|
environment:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
MF_AUTH_TOKEN: "{{ lookup('keepass', 'miniflux_auth_token', 'password') }}"
|
MF_AUTH_TOKEN: "{{ lookup('keepass', 'miniflux_auth_token', 'password') }}"
|
||||||
MF_API_URL: https://miniflux.mgrote.net/v1
|
MF_API_URL: https://miniflux.mgrote.net/v1
|
||||||
MF_SLEEP: 600
|
MF_SLEEP: 600
|
||||||
#MF_DEBUG: 1
|
#MF_DEBUG: 1
|
||||||
image: "registry.mgrote.net/miniflux-filter:latest"
|
|
||||||
volumes:
|
|
||||||
- ./filter.txt:/data/filter.txt
|
|
||||||
networks:
|
|
||||||
- intern
|
|
||||||
|
|
||||||
######## Volumes ########
|
######## Volumes ########
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue