dbmate/docker-compose.yml
2015-12-03 00:17:37 -08:00

13 lines
212 B
YAML

dbmate:
build: .
volumes:
- .:/go/src/github.com/amacneil/dbmate
links:
- mysql
- postgres
mysql:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: root
postgres:
image: postgres:9.4