Add MySQL support

This commit is contained in:
Adrian Macneil 2015-11-30 22:05:23 -08:00
parent 5211670904
commit c402613c6c
7 changed files with 399 additions and 6 deletions

View file

@ -1,8 +1,13 @@
postgres:
image: postgres:9.4
dbmate:
build: .
volumes:
- .:/go/src/github.com/adrianmacneil/dbmate
links:
- mysql
- postgres
mysql:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: root
postgres:
image: postgres:9.4