mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Move feeds behind Patrons Circle login
This commit is contained in:
parent
0a32b295b0
commit
6c603016bd
20 changed files with 367 additions and 183 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM ubuntu:20.04
|
||||
|
||||
RUN apt-get update
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl apache2 apache2-utils libfcgi0ldbl task-spooler
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y composer php-fpm php-cli php-gd php-xml php-apcu php-mbstring php-intl apache2 apache2-utils libfcgi0ldbl task-spooler libaprutil1-dbd-mysql
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y sudo imagemagick openjdk-8-jre python3 pip calibre
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
||||
|
@ -14,7 +14,7 @@ RUN sudo usermod -g committers se
|
|||
RUN mkdir -p /standardebooks.org/web
|
||||
RUN mkdir /var/log/local
|
||||
|
||||
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi
|
||||
RUN a2enmod headers expires ssl rewrite proxy proxy_fcgi authn_dbd
|
||||
|
||||
# Disable opcaching for dynamic PHP reloading
|
||||
RUN echo "opcache.enable=0" >> /etc/php/7.4/fpm/php.ini
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue