[add] Docker compose

This commit is contained in:
Jose Pablo Domingo Aramburo Sanchez 2018-08-07 17:33:21 -06:00 committed by GitHub
parent 058e19a49a
commit 97fca1d7d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: '3'
services:
v1:
build: api-payroll/
ports:
- "8080:80"
volumes:
- .:/var/www/site