Skip to content
Snippets Groups Projects
Commit 0173d567 authored by jurgenhaas's avatar jurgenhaas
Browse files

#25 Update to the latest Wodby versions

parent 6c8a427c
No related branches found
No related tags found
No related merge requests found
...@@ -273,11 +273,11 @@ Other supported values for the PHP version are `5.3`, `5.6` and `7.1`. ...@@ -273,11 +273,11 @@ Other supported values for the PHP version are `5.3`, `5.6` and `7.1`.
Other supported value for the webserver type is `nginx`. Other supported value for the webserver type is `nginx`.
Supported versions for `nginx`: `1.13`, `1.12`, `1.10`. Supported versions for `nginx`: `1.15`, `1.14`, `1.13`.
Other supported value for the Redis version is `3.2`. Other supported value for the Redis version is `3.2`.
Other supported value for the dbbrowser type is `adminer`. In that case you should also add a version element with either `4.3` or `4.2`. Other supported value for the dbbrowser type is `adminer`. In that case you should also add a version element with either `4.6`, `4.3` or `4.2`.
Other supported values for the Solr version are `6.5`, `6.4`, `6.3`, `5.5` and `5.4`. Other supported values for the Solr version are `6.5`, `6.4`, `6.3`, `5.5` and `5.4`.
......
...@@ -2,7 +2,7 @@ version: '3' ...@@ -2,7 +2,7 @@ version: '3'
services: services:
mariadb: mariadb:
image: 'wodby/mariadb:10.2' image: 'wodby/mariadb:10.3'
environment: environment:
MYSQL_ROOT_PASSWORD: password MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: drupal MYSQL_DATABASE: drupal
...@@ -52,7 +52,7 @@ services: ...@@ -52,7 +52,7 @@ services:
{{ webserver.type }}: {{ webserver.type }}:
{% if webserver.type == 'nginx' %} {% if webserver.type == 'nginx' %}
image: 'wodby/drupal-nginx:{{ drupal.version }}-{{ webserver.version|default("1.13") }}' image: 'wodby/drupal-nginx:{{ drupal.version }}-{{ webserver.version|default("1.15") }}'
{% elseif webserver.type == 'apache' %} {% elseif webserver.type == 'apache' %}
image: 'wodby/php-apache:2.4' image: 'wodby/php-apache:2.4'
{% endif %} {% endif %}
...@@ -97,7 +97,7 @@ services: ...@@ -97,7 +97,7 @@ services:
{% if dbbrowser.type == 'adminer' %} {% if dbbrowser.type == 'adminer' %}
adminer: adminer:
image: 'wodby/adminer:{{ dbbrowser.version|default("4.3") }}' image: 'wodby/adminer:{{ dbbrowser.version|default("4.6") }}'
environment: environment:
ADMINER_SALT: adminer-salt ADMINER_SALT: adminer-salt
labels: labels:
...@@ -166,7 +166,7 @@ services: ...@@ -166,7 +166,7 @@ services:
{% if memcached.enable %} {% if memcached.enable %}
memcached: memcached:
image: 'wodby/memcached:1.4' image: 'wodby/memcached:1.5'
{% endif %} {% endif %}
{% if rsyslog.enable %} {% if rsyslog.enable %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment