mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-30 17:46:56 +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
|
#image: cytopia/${PHP_SERVER:-php-fpm-7.0}:0.11
|
||||||
restart: always
|
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
|
## Custom variables
|
||||||
##
|
##
|
||||||
@ -83,7 +77,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
##
|
##
|
||||||
@ -218,11 +211,6 @@ services:
|
|||||||
image: cytopia/${HTTPD_SERVER:-nginx-stable}:release-0.10
|
image: cytopia/${HTTPD_SERVER:-nginx-stable}:release-0.10
|
||||||
restart: always
|
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:
|
environment:
|
||||||
|
|
||||||
##
|
##
|
||||||
@ -301,11 +289,6 @@ services:
|
|||||||
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
|
image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:latest
|
||||||
#image: cytopia/${MYSQL_SERVER:-mariadb-10.1}:0.9
|
#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:
|
environment:
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
Reference in New Issue
Block a user