Move envrironment variables to docker

Using the `TTRSS_` prefix to follow upstream standard rather than container's

https://github.com/lunik1/docker-tt-rss/issues/3
This commit is contained in:
Jake Howard
2021-03-06 12:10:56 +00:00
parent 8d136f0b55
commit 3eb286c9bd
3 changed files with 8 additions and 21 deletions

View File

@ -25,15 +25,6 @@
register: compose_file
become: true
- name: Install tt-rss config
template:
src: files/tt-rss/config.php
dest: "{{ app_data_dir }}/tt-rss/config.php"
mode: "{{ docker_compose_file_mask }}"
owner: "{{ docker_user.name }}"
register: config_file
become: true
- name: Install fever plugin
git:
repo: https://github.com/DigitalDJ/tinytinyrss-fever-plugin