mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
10 Commits
3.27.21-21
...
5.2.2-2111
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
21bc2e44a5 | ||
|
|
644d144f08 | ||
|
|
21d3ffceff | ||
|
|
18f6a97ed3 | ||
|
|
5d9c116b64 | ||
|
|
4b02c3c26d | ||
|
|
1676677dfc | ||
|
|
681f421d6f | ||
|
|
baab608bd9 | ||
|
|
7e1fa3eedd |
@@ -1,7 +1,7 @@
|
|||||||
FROM php:7.4-apache
|
FROM php:7.4-apache
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='3.27.21+211021'
|
ARG version='3.27.25+211116'
|
||||||
ARG sha256_checksum='c54bbc4116b595485f4292c0d0b218049f36b579deffae2a192e350cbe4170b6'
|
ARG sha256_checksum='91ecfecffc3a437dbb14dec19054d64f07849fe1de00a1322699bd1f50185582'
|
||||||
ARG USER=root
|
ARG USER=root
|
||||||
ARG LISTEN_PORT=80
|
ARG LISTEN_PORT=80
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ return array(
|
|||||||
'username' => '$DB_USERNAME',
|
'username' => '$DB_USERNAME',
|
||||||
'password' => '$DB_PASSWORD',
|
'password' => '$DB_PASSWORD',
|
||||||
'charset' => '$DB_CHARSET',
|
'charset' => '$DB_CHARSET',
|
||||||
'tablePrefix' => '$DB_TABLE_PREFIX',
|
'tablePrefix' => '${DB_TABLE_PREFIX//[[:space:]]/}',
|
||||||
),
|
),
|
||||||
//'session' => array (
|
//'session' => array (
|
||||||
// 'class' => 'application.core.web.DbHttpSession',
|
// 'class' => 'application.core.web.DbHttpSession',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:7.4-fpm-alpine
|
FROM php:7.4-fpm-alpine
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='3.27.21+211021'
|
ARG version='3.27.25+211116'
|
||||||
ARG sha256_checksum='c54bbc4116b595485f4292c0d0b218049f36b579deffae2a192e350cbe4170b6'
|
ARG sha256_checksum='91ecfecffc3a437dbb14dec19054d64f07849fe1de00a1322699bd1f50185582'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ return array(
|
|||||||
'username' => '$DB_USERNAME',
|
'username' => '$DB_USERNAME',
|
||||||
'password' => '$DB_PASSWORD',
|
'password' => '$DB_PASSWORD',
|
||||||
'charset' => '$DB_CHARSET',
|
'charset' => '$DB_CHARSET',
|
||||||
'tablePrefix' => '$DB_TABLE_PREFIX',
|
'tablePrefix' => '${DB_TABLE_PREFIX//[[:space:]]/}',
|
||||||
),
|
),
|
||||||
//'session' => array (
|
//'session' => array (
|
||||||
// 'class' => 'application.core.web.DbHttpSession',
|
// 'class' => 'application.core.web.DbHttpSession',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:7.4-fpm
|
FROM php:7.4-fpm
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='3.27.21+211021'
|
ARG version='3.27.25+211116'
|
||||||
ARG sha256_checksum='c54bbc4116b595485f4292c0d0b218049f36b579deffae2a192e350cbe4170b6'
|
ARG sha256_checksum='91ecfecffc3a437dbb14dec19054d64f07849fe1de00a1322699bd1f50185582'
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ return array(
|
|||||||
'username' => '$DB_USERNAME',
|
'username' => '$DB_USERNAME',
|
||||||
'password' => '$DB_PASSWORD',
|
'password' => '$DB_PASSWORD',
|
||||||
'charset' => '$DB_CHARSET',
|
'charset' => '$DB_CHARSET',
|
||||||
'tablePrefix' => '$DB_TABLE_PREFIX',
|
'tablePrefix' => '${DB_TABLE_PREFIX//[[:space:]]/}',
|
||||||
),
|
),
|
||||||
//'session' => array (
|
//'session' => array (
|
||||||
// 'class' => 'application.core.web.DbHttpSession',
|
// 'class' => 'application.core.web.DbHttpSession',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:8-apache
|
FROM php:8-apache
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='5.1.14+210927'
|
ARG version='5.2.2+211115'
|
||||||
ARG sha256_checksum='c32f5aad510624f7d048e75f0b590dba5baa3dd28fec13dd132c2c3ed118a219'
|
ARG sha256_checksum='61148c6131ea99a699d95117d1b53f1ba7971c609c93353e7b6221dd13515659'
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
ARG LISTEN_PORT=8080
|
ARG LISTEN_PORT=8080
|
||||||
|
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ return array(
|
|||||||
'username' => '$DB_USERNAME',
|
'username' => '$DB_USERNAME',
|
||||||
'password' => '$DB_PASSWORD',
|
'password' => '$DB_PASSWORD',
|
||||||
'charset' => '$DB_CHARSET',
|
'charset' => '$DB_CHARSET',
|
||||||
'tablePrefix' => '$DB_TABLE_PREFIX',
|
'tablePrefix' => '${DB_TABLE_PREFIX//[[:space:]]/}',
|
||||||
),
|
),
|
||||||
//'session' => array (
|
//'session' => array (
|
||||||
// 'class' => 'application.core.web.DbHttpSession',
|
// 'class' => 'application.core.web.DbHttpSession',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:8-fpm-alpine
|
FROM php:8-fpm-alpine
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='5.1.14+210927'
|
ARG version='5.2.2+211115'
|
||||||
ARG sha256_checksum='c32f5aad510624f7d048e75f0b590dba5baa3dd28fec13dd132c2c3ed118a219'
|
ARG sha256_checksum='61148c6131ea99a699d95117d1b53f1ba7971c609c93353e7b6221dd13515659'
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ return array(
|
|||||||
'username' => '$DB_USERNAME',
|
'username' => '$DB_USERNAME',
|
||||||
'password' => '$DB_PASSWORD',
|
'password' => '$DB_PASSWORD',
|
||||||
'charset' => '$DB_CHARSET',
|
'charset' => '$DB_CHARSET',
|
||||||
'tablePrefix' => '$DB_TABLE_PREFIX',
|
'tablePrefix' => '${DB_TABLE_PREFIX//[[:space:]]/}',
|
||||||
),
|
),
|
||||||
//'session' => array (
|
//'session' => array (
|
||||||
// 'class' => 'application.core.web.DbHttpSession',
|
// 'class' => 'application.core.web.DbHttpSession',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
FROM php:8-fpm
|
FROM php:8-fpm
|
||||||
LABEL maintainer="markus@martialblog.de"
|
LABEL maintainer="markus@martialblog.de"
|
||||||
ARG version='5.1.14+210927'
|
ARG version='5.2.2+211115'
|
||||||
ARG sha256_checksum='c32f5aad510624f7d048e75f0b590dba5baa3dd28fec13dd132c2c3ed118a219'
|
ARG sha256_checksum='61148c6131ea99a699d95117d1b53f1ba7971c609c93353e7b6221dd13515659'
|
||||||
ARG USER=www-data
|
ARG USER=www-data
|
||||||
|
|
||||||
# Install OS dependencies
|
# Install OS dependencies
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ return array(
|
|||||||
'username' => '$DB_USERNAME',
|
'username' => '$DB_USERNAME',
|
||||||
'password' => '$DB_PASSWORD',
|
'password' => '$DB_PASSWORD',
|
||||||
'charset' => '$DB_CHARSET',
|
'charset' => '$DB_CHARSET',
|
||||||
'tablePrefix' => '$DB_TABLE_PREFIX',
|
'tablePrefix' => '${DB_TABLE_PREFIX//[[:space:]]/}',
|
||||||
),
|
),
|
||||||
//'session' => array (
|
//'session' => array (
|
||||||
// 'class' => 'application.core.web.DbHttpSession',
|
// 'class' => 'application.core.web.DbHttpSession',
|
||||||
|
|||||||
@@ -103,7 +103,7 @@ For further details on the settings see: https://manual.limesurvey.org/Data_encr
|
|||||||
| DB_PORT | Database server port |
|
| DB_PORT | Database server port |
|
||||||
| DB_SOCK | Database unix socket instead of host/port |
|
| DB_SOCK | Database unix socket instead of host/port |
|
||||||
| DB_NAME | Database name |
|
| DB_NAME | Database name |
|
||||||
| DB_TABLE_PREFIX | Database table prefix |
|
| DB_TABLE_PREFIX | Database table prefix; set this to a single whitespace if you don't want a table prefix. |
|
||||||
| DB_MYSQL_ENGINE | MySQL engine used for survey tables (values: MyISAM, InnoDB, default: MyISAM) |
|
| DB_MYSQL_ENGINE | MySQL engine used for survey tables (values: MyISAM, InnoDB, default: MyISAM) |
|
||||||
| DB_USERNAME | Database user |
|
| DB_USERNAME | Database user |
|
||||||
| DB_PASSWORD | Database user's password |
|
| DB_PASSWORD | Database user's password |
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ services:
|
|||||||
- "DB_HOST=lime-db"
|
- "DB_HOST=lime-db"
|
||||||
- "DB_PASSWORD=secret"
|
- "DB_PASSWORD=secret"
|
||||||
- "ADMIN_PASSWORD=foobar"
|
- "ADMIN_PASSWORD=foobar"
|
||||||
|
# If you require an empty table prefix, use a space as the DB_TABLE_PREFIX
|
||||||
|
# - "DB_TABLE_PREFIX= "
|
||||||
lime-db:
|
lime-db:
|
||||||
image: mysql:5.7
|
image: mysql:5.7
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user