This commit is contained in:
2019-05-18 10:50:30 +02:00
parent 0666181a20
commit 89fc131752
2 changed files with 3 additions and 1 deletions

1
CHECKS Normal file
View File

@@ -0,0 +1 @@
/ Tiny Tiny RSS

View File

@@ -25,13 +25,14 @@ RUN \
EXPOSE 80 443
ADD https://git.tt-rss.org/fox/tt-rss/archive/18.12.tar.gz /tmp/ttrss.tar.gz
COPY CHECKS /app/CHECKS
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY php-fpm.conf /etc/php7/php-fpm.d/ttrss.conf
COPY install-db.php /var/lib/tt-rss-install/install-db.php
COPY supervisor.conf /var/lib/tt-rss-install/supervisor.conf
COPY manage-supervisord.py /var/lib/tt-rss-install/manage-supervisord.py
ADD https://git.tt-rss.org/fox/tt-rss/archive/18.12.tar.gz /tmp/ttrss.tar.gz
RUN tar -xzf /tmp/ttrss.tar.gz -C /var/lib
COPY config.php /var/lib/tt-rss/config.php