mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Compare commits
6 Commits
3.24.1+201
...
3.24.3+201
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4a9a8a9bc3 | ||
|
|
a189f5eceb | ||
|
|
0c7e8947ca | ||
|
|
7912d765ad | ||
|
|
245cd092ed | ||
|
|
c897f9efbe |
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.24.1+201014'
|
||||
ARG sha256_checksum='18c61847ddcbfab073d03fac7964de38597665c12bbfe8bf153f583041e6fd2b'
|
||||
ARG version='3.24.3+201027'
|
||||
ARG sha256_checksum='f2072e3b8f5789df7b4e625573f785d5d0a7b8ebc217757fafc194606ebfd6d3'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.24.1+201014'
|
||||
ARG sha256_checksum='18c61847ddcbfab073d03fac7964de38597665c12bbfe8bf153f583041e6fd2b'
|
||||
ARG version='3.24.3+201027'
|
||||
ARG sha256_checksum='f2072e3b8f5789df7b4e625573f785d5d0a7b8ebc217757fafc194606ebfd6d3'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='3.24.1+201014'
|
||||
ARG sha256_checksum='18c61847ddcbfab073d03fac7964de38597665c12bbfe8bf153f583041e6fd2b'
|
||||
ARG version='3.24.3+201027'
|
||||
ARG sha256_checksum='f2072e3b8f5789df7b4e625573f785d5d0a7b8ebc217757fafc194606ebfd6d3'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-apache
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.3.20+201012'
|
||||
ARG sha256_checksum='448a0f54e0818bc971837a78a389bb0fd296f879a1078f1acd4637f0d9c37220'
|
||||
ARG version='4.3.22+201019'
|
||||
ARG sha256_checksum='62609e8d3297639d33361a7af627dc3e3ec91e6c237bc2033c6c734e11b315eb'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm-alpine
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.3.20+201012'
|
||||
ARG sha256_checksum='448a0f54e0818bc971837a78a389bb0fd296f879a1078f1acd4637f0d9c37220'
|
||||
ARG version='4.3.22+201019'
|
||||
ARG sha256_checksum='62609e8d3297639d33361a7af627dc3e3ec91e6c237bc2033c6c734e11b315eb'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM php:7.2-fpm
|
||||
LABEL maintainer="markus@martialblog.de"
|
||||
ARG version='4.3.20+201012'
|
||||
ARG sha256_checksum='448a0f54e0818bc971837a78a389bb0fd296f879a1078f1acd4637f0d9c37220'
|
||||
ARG version='4.3.22+201019'
|
||||
ARG sha256_checksum='62609e8d3297639d33361a7af627dc3e3ec91e6c237bc2033c6c734e11b315eb'
|
||||
|
||||
# Install OS dependencies
|
||||
RUN set -ex; \
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
environment:
|
||||
- DB_TYPE=pgsql
|
||||
- DB_PORT=5432
|
||||
- DB_HOST=limesurvey_db_1.limesurvey_default
|
||||
- DB_HOST=db
|
||||
- DB_PASSWORD=example
|
||||
- DB_NAME=limesurvey
|
||||
- DB_USERNAME=limesurvey
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
depends_on:
|
||||
- lime-db
|
||||
environment:
|
||||
- "DB_HOST=docker-limesurvey_lime-db_1"
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-web:
|
||||
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
depends_on:
|
||||
- lime-db
|
||||
environment:
|
||||
- "DB_HOST=docker-limesurvey_lime-db_1"
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-web:
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
environment:
|
||||
- "DB_TYPE=pgsql"
|
||||
- "DB_PORT=5432"
|
||||
- "DB_HOST=docker-limesurvey_lime-db_1"
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-db:
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- "DB_HOST=docker-limesurvey_lime-db_1"
|
||||
- "DB_HOST=lime-db"
|
||||
- "DB_PASSWORD=secret"
|
||||
- "ADMIN_PASSWORD=foobar"
|
||||
lime-db:
|
||||
|
||||
Reference in New Issue
Block a user