DVL-004 use docker-compose version 2.1

This commit is contained in:
cytopia 2017-04-20 17:31:52 +02:00
parent e657e9b7e8
commit edf788f6dd
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -18,7 +18,7 @@
## ##
version: '2' version: '2.1'
################################################################################ ################################################################################
@ -95,11 +95,6 @@ services:
depends_on: depends_on:
- php - php
links:
# ---- Format: ----
# SERVICE [ : ALIAS]
- "php:php-fpm"
# ---------------------------------------- # ----------------------------------------
# PHP-FPM # PHP-FPM
@ -203,13 +198,6 @@ services:
- postgres - postgres
links:
# ---- Format: ----
# SERVICE [ : ALIAS]
- "mysql:mariadb"
- "postgres:postgresql"
# ---------------------------------------- # ----------------------------------------
# DATABASE # DATABASE
# ---------------------------------------- # ----------------------------------------