REL-0.9 Final test with latest containers before tagging

This commit is contained in:
cytopia 2017-05-21 11:31:08 +02:00
parent 0a44a49647
commit f587156df1
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -61,8 +61,8 @@ services:
# PHP-FPM # PHP-FPM
# ---------------------------------------- # ----------------------------------------
php: php:
#image: cytopia/${PHP_SERVER:-php-fpm-7.0}:latest image: cytopia/${PHP_SERVER:-php-fpm-7.0}:latest
image: cytopia/${PHP_SERVER:-php-fpm-7.0}:release-0.9 #image: cytopia/${PHP_SERVER:-php-fpm-7.0}:0.9
restart: always restart: always
# Manually build via `docker-compose build` # Manually build via `docker-compose build`
@ -176,8 +176,8 @@ services:
# HTTPD # HTTPD
# ---------------------------------------- # ----------------------------------------
httpd: httpd:
#image: cytopia/${HTTPD_SERVER:-nginx-stable}:latest image: cytopia/${HTTPD_SERVER:-nginx-stable}:latest
image: cytopia/${HTTPD_SERVER:-nginx-stable}:release-0.9 #image: cytopia/${HTTPD_SERVER:-nginx-stable}:0.9
restart: always restart: always
# Manually build via `docker-compose build` # Manually build via `docker-compose build`
@ -254,8 +254,8 @@ services:
# DATABASE # DATABASE
# ---------------------------------------- # ----------------------------------------
mysql: mysql:
#image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:release-0.9 #image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:0.9
# Manually build via `docker-compose build` # Manually build via `docker-compose build`
#build: #build: