Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/openemr/7.0.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM alpine:3.19
#Install dependencies and fix issue in apache
RUN apk --no-cache upgrade
RUN apk add --no-cache \
apache2 apache2-ssl apache2-utils git php83 php83-tokenizer php83-ctype php83-session php83-apache2 \
apache2 apache2-ssl apache2-utils apache2-proxy git php83 php83-tokenizer php83-ctype php83-session php83-apache2 \
php83-json php83-pdo php83-pdo_mysql php83-curl php83-ldap php83-openssl php83-iconv \
php83-xml php83-xsl php83-gd php83-zip php83-soap php83-mbstring php83-zlib \
php83-mysqli php83-sockets php83-xmlreader php83-redis php83-simplexml php83-xmlwriter php83-phar php83-fileinfo \
php83-sodium php83-calendar php83-intl php83-opcache php83-pecl-apcu \
php83-sodium php83-calendar php83-intl php83-opcache php83-pecl-apcu php83-fpm \
perl mysql-client tar curl imagemagick nodejs npm \
certbot openssl openssl-dev dcron \
rsync shadow ncurses \
Expand Down
5 changes: 5 additions & 0 deletions docker/openemr/7.0.3/openemr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ CustomLog "|/usr/sbin/rotatelogs -n 5 ${APACHE_LOG_DIR}/access.log 86400" combin
SSLCertificateFile /etc/ssl/certs/webserver.cert.pem
SSLCertificateKeyFile /etc/ssl/private/webserver.key.pem
</VirtualHost>

#Add FPM FCGI configuration
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
4 changes: 2 additions & 2 deletions docker/openemr/flex-3.19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM alpine:3.19
#Install dependencies and fix issue in apache
RUN apk --no-cache upgrade
RUN apk add --no-cache \
apache2 apache2-ssl apache2-utils git php83 php83-tokenizer php83-ctype php83-session php83-apache2 \
apache2 apache2-ssl apache2-utils apache2-proxy git php83 php83-tokenizer php83-ctype php83-session php83-apache2 \
php83-json php83-pdo php83-pdo_mysql php83-curl php83-ldap php83-openssl php83-iconv \
php83-xml php83-xsl php83-gd php83-zip php83-soap php83-mbstring php83-zlib \
php83-mysqli php83-sockets php83-xmlreader php83-redis perl php83-simplexml php83-xmlwriter php83-phar php83-fileinfo \
php83-sodium php83-calendar php83-intl php83-opcache php83-pecl-apcu \
php83-sodium php83-calendar php83-intl php83-opcache php83-pecl-apcu php83-fpm \
mysql-client tar curl imagemagick nodejs npm \
certbot openssl git openssl-dev dcron \
rsync shadow jq ncurses \
Expand Down
5 changes: 5 additions & 0 deletions docker/openemr/flex-3.19/openemr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ CustomLog "|/usr/sbin/rotatelogs -n 5 ${APACHE_LOG_DIR}/access.log 86400" combin
# Used for client based certificates
#SSLCACertificateFile /etc/ssl/certs/CAcustomclientbasedwebserver.cert.pem
</VirtualHost>

#Add FPM FCGI configuration
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
4 changes: 2 additions & 2 deletions docker/openemr/flex-edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ FROM alpine:edge
#Install dependencies and fix issue in apache
RUN apk --no-cache upgrade
RUN apk add --no-cache \
apache2 apache2-ssl apache2-utils git php83 php83-tokenizer php83-ctype php83-session php83-apache2 \
apache2 apache2-ssl apache2-utils apache2-proxy git php83 php83-tokenizer php83-ctype php83-session php83-apache2 \
php83-json php83-pdo php83-pdo_mysql php83-curl php83-ldap php83-openssl php83-iconv \
php83-xml php83-xsl php83-gd php83-zip php83-soap php83-mbstring php83-zlib \
php83-mysqli php83-sockets php83-xmlreader php83-redis perl php83-simplexml php83-xmlwriter php83-phar php83-fileinfo \
php83-sodium php83-calendar php83-intl php83-opcache php83-pecl-apcu \
php83-sodium php83-calendar php83-intl php83-opcache php83-pecl-apcu php83-fpm \
mysql-client tar curl imagemagick nodejs npm \
certbot openssl git openssl-dev dcron \
rsync shadow jq ncurses \
Expand Down
5 changes: 5 additions & 0 deletions docker/openemr/flex-edge/openemr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ CustomLog "|/usr/sbin/rotatelogs -n 5 ${APACHE_LOG_DIR}/access.log 86400" combin
# Used for client based certificates
#SSLCACertificateFile /etc/ssl/certs/CAcustomclientbasedwebserver.cert.pem
</VirtualHost>

#Add FPM FCGI configuration
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>