Install fever plugin for tt-rss

Had to chown the directory afterwards, as git wouldn't play nice with `become_user`
This commit is contained in:
Jake Howard
2020-11-25 13:00:06 +00:00
parent 48762bcfcd
commit b5d676b6fe
2 changed files with 27 additions and 1 deletions

View File

@ -10,6 +10,7 @@ services:
volumes:
- "{{ app_data_dir }}/tt-rss/config.php:/config/config.php:ro"
- "{{ app_data_dir }}/tt-rss/feed-icons:/config/feed-icons"
- ./plugins:/config/plugins.local
restart: unless-stopped
labels:
- traefik.enable=true