dbmate/docker-compose.yml

14 lines
212 B
YAML
Raw Normal View History

2015-11-25 10:57:58 -08:00
dbmate:
build: .
volumes:
2015-12-03 00:17:37 -08:00
- .:/go/src/github.com/amacneil/dbmate
2015-11-25 10:57:58 -08:00
links:
2015-11-30 22:05:23 -08:00
- mysql
2015-11-25 10:57:58 -08:00
- postgres
2015-11-30 22:05:23 -08:00
mysql:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: root
postgres:
image: postgres:9.4