no updates, env
This commit is contained in:
@@ -22,6 +22,7 @@ RUN ln -sf /usr/bin/php7 /usr/bin/php
|
|||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
COPY ttrss.conf /etc/php7/php-fpm.d/ttrss.conf
|
||||||
|
|
||||||
ADD https://git.tt-rss.org/fox/tt-rss/archive/18.12.tar.gz /tmp/ttrss.tar.gz
|
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
|
RUN tar -xzf /tmp/ttrss.tar.gz -C /var/lib
|
||||||
|
|||||||
@@ -149,7 +149,7 @@
|
|||||||
// *** Other settings (less important) ***
|
// *** Other settings (less important) ***
|
||||||
// ***************************************
|
// ***************************************
|
||||||
|
|
||||||
define('CHECK_FOR_UPDATES', true);
|
define('CHECK_FOR_UPDATES', false);
|
||||||
// Check for updates automatically if running Git version
|
// Check for updates automatically if running Git version
|
||||||
|
|
||||||
define('ENABLE_GZIP_OUTPUT', false);
|
define('ENABLE_GZIP_OUTPUT', false);
|
||||||
|
|||||||
1
ttrss.conf
Normal file
1
ttrss.conf
Normal file
@@ -0,0 +1 @@
|
|||||||
|
env[DATABASE_URL] = $DATABASE_URL
|
||||||
Reference in New Issue
Block a user