REL-0.12 Remove deprecates from docker-compose.yml

This commit is contained in:
cytopia 2017-09-26 19:56:28 +02:00
parent 4ad3596daa
commit d8e60644e8
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -68,12 +68,6 @@ services:
#image: cytopia/${PHP_SERVER:-php-fpm-7.0}:0.11
restart: always
# Manually build via `docker-compose build`
#build:
#context: https://github.com/cytopia/docker-${PHP_SERVER}.git#1
# context: https://github.com/cytopia/docker-${PHP_SERVER}.git
##
## Custom variables
##
@ -83,7 +77,6 @@ services:
env_file:
- ./.env
environment:
##
@ -218,11 +211,6 @@ services:
image: cytopia/${HTTPD_SERVER:-nginx-stable}:release-0.10
restart: always
# Manually build via `docker-compose build`
#build:
#context: https://github.com/cytopia/docker-${HTTPD_SERVER}.git#1
# context: https://github.com/cytopia/docker-${HTTPD_SERVER}.git
environment:
##
@ -301,11 +289,6 @@ services:
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
#image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:0.9
# Manually build via `docker-compose build`
#build:
#context: https://github.com/cytopia/docker-${MYSQL_SERVER}.git#1
# context: https://github.com/cytopia/docker-${MYSQL_SERVER}.git
environment:
##