mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-25 23:41:04 +00:00
REL-0.9 Final test with latest containers before tagging
This commit is contained in:
parent
0a44a49647
commit
f587156df1
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user