Added docker-compose files.

This commit is contained in:
Juan Luis Baptiste
2018-03-06 01:24:32 -05:00
parent 58f40b3cab
commit cb4877eb4f
3 changed files with 27 additions and 3 deletions

6
docker-compose.dev.yml Normal file
View File

@@ -0,0 +1,6 @@
version: '2'
services:
postfix:
build:
context: .
dockerfile: Dockerfile