Initial commit

This commit is contained in:
Adrian Macneil 2015-11-25 10:57:58 -08:00
commit 9cfc758ca1
14 changed files with 697 additions and 0 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
postgres:
image: postgres:9.4
dbmate:
build: .
volumes:
- .:/go/src/github.com/adrianmacneil/dbmate
links:
- postgres