mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
9 Commits
5.0.12-210
...
5.1.5-2108
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83b9ff0695 | ||
|
|
d12196e622 | ||
|
|
9abf028503 | ||
|
|
b93f79bd4e | ||
|
|
cbae03e396 | ||
|
|
5915942a26 | ||
|
|
57e3b84970 | ||
|
|
70631e85bd | ||
|
|
452f6291c0 |
@@ -1,7 +1,7 @@
|
||||
FROM php:7.4-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.27.9+210726'
|
||||
ARG sha256_checksum='9f2354912bc2315655a02055213ed38f8336ed4468f7a65dffe0f9e78fc2c7d7'
|
||||
ARG version='3.27.14+210831'
|
||||
ARG sha256_checksum='5cee64e50a355e426a3695255f58422b84e87c0dfd0eb8828e6f7c3c16f63a34'
|
||||
ARG USER=root
|
||||
ARG LISTEN_PORT=80
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.4-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.27.9+210726'
|
||||
ARG sha256_checksum='9f2354912bc2315655a02055213ed38f8336ed4468f7a65dffe0f9e78fc2c7d7'
|
||||
ARG version='3.27.14+210831'
|
||||
ARG sha256_checksum='5cee64e50a355e426a3695255f58422b84e87c0dfd0eb8828e6f7c3c16f63a34'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.4-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.27.9+210726'
|
||||
ARG sha256_checksum='9f2354912bc2315655a02055213ed38f8336ed4468f7a65dffe0f9e78fc2c7d7'
|
||||
ARG version='3.27.14+210831'
|
||||
ARG sha256_checksum='5cee64e50a355e426a3695255f58422b84e87c0dfd0eb8828e6f7c3c16f63a34'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:8-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='5.0.12+210729'
|
||||
ARG sha256_checksum='fb39d81fefeebe4fbc0cd7fc9c3f656b073d39c15db5ac1d1ba443cbe7b722e7'
|
||||
ARG version='5.1.5+210830'
|
||||
ARG sha256_checksum='8b262c443fad9788f751cd70663af8dc698ecd0a3dcfbe3a575e14b34d14fd20'
|
||||
ARG USER=www-data
|
||||
ARG LISTEN_PORT=8080
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:8-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='5.0.12+210729'
|
||||
ARG sha256_checksum='fb39d81fefeebe4fbc0cd7fc9c3f656b073d39c15db5ac1d1ba443cbe7b722e7'
|
||||
ARG version='5.1.5+210830'
|
||||
ARG sha256_checksum='8b262c443fad9788f751cd70663af8dc698ecd0a3dcfbe3a575e14b34d14fd20'
|
||||
ARG USER=www-data
|
||||
|
||||
# Install OS dependencies
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:8-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='5.0.12+210729'
|
||||
ARG sha256_checksum='fb39d81fefeebe4fbc0cd7fc9c3f656b073d39c15db5ac1d1ba443cbe7b722e7'
|
||||
ARG version='5.1.5+210830'
|
||||
ARG sha256_checksum='8b262c443fad9788f751cd70663af8dc698ecd0a3dcfbe3a575e14b34d14fd20'
|
||||
ARG USER=www-data
|
||||
|
||||
# Install OS dependencies
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
cert_path=/etc/letsencrypt/live/$(echo "$HOSTNAMES" | awk '{print $1}')
|
||||
mkdir -p cert_path
|
||||
mkdir -p $cert_path
|
||||
|
||||
# if there is no certificate yet, get one
|
||||
email="--email $CERT_EMAIL"
|
||||
@@ -19,7 +19,7 @@ then
|
||||
echo "Getting new certificate..."
|
||||
/usr/bin/curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/_internal/tls_configs/options-ssl-nginx.conf > /etc/letsencrypt/options-ssl-nginx.conf
|
||||
/usr/bin/curl -s https://raw.githubusercontent.com/certbot/certbot/master/certbot/certbot/ssl-dhparams.pem > /etc/letsencrypt/ssl-dhparams.pem
|
||||
/usr/bin/certbot certonly --standalone "$names" --agree-tos "$email"
|
||||
/usr/bin/certbot certonly --standalone $names --agree-tos "$email"
|
||||
fi
|
||||
|
||||
nginx -g "daemon off;"
|
||||
|
||||
Reference in New Issue
Block a user