FIXES #35: now support multiple composer files

This commit is contained in:
Muayyad Alsadi
2019-09-08 02:20:48 +03:00
parent a512c0cb82
commit 2a8d430c92
3 changed files with 86 additions and 19 deletions

View File

@ -6,4 +6,8 @@ services:
volumes:
- ./1.env:/var/www/html/index.txt
env_file: ./1.env
labels:
l1: v1
environment:
- mykey1=myval1

View File

@ -2,6 +2,12 @@ version: '3'
services:
web1:
env_file: ./12.env
labels:
- l1=v2
- l2=v2
environment:
mykey1: myval2
mykey2: myval2
web2:
image: busybox