Expose tt-rss plugins to nginx container
All checks were successful
/ terraform (push) Successful in 46s
/ ansible (push) Successful in 2m2s

This commit is contained in:
Jake Howard 2023-07-21 12:57:01 +01:00
parent 5aff824389
commit a1d8764a90
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -34,6 +34,7 @@ services:
volumes:
- ./tt-rss:/var/www/html
- "{{ app_data_dir }}/tt-rss/feed-icons:/var/www/html/tt-rss/feed-icons:ro"
- ./plugins:/var/www/html/tt-rss/plugins.local
depends_on:
- app
networks: