add docker-compose file

This commit is contained in:
Cadey Ratio 2016-07-14 16:04:49 -07:00
parent a020f0cede
commit 9cf4501c1b
1 changed files with 8 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
version: "2"
services:
ponyapi:
build: .
ports:
- "6452:5000"
restart: always