mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 05:43:08 +00:00
REL-0.12 Remove deprecates from docker-compose.yml
This commit is contained in:
parent
4ad3596daa
commit
d8e60644e8
@ -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:
|
||||
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user