dbmate/docker-compose.yml

9 lines
134 B
YAML
Raw Normal View History

2015-11-25 10:57:58 -08:00
postgres:
image: postgres:9.4
dbmate:
build: .
volumes:
- .:/go/src/github.com/adrianmacneil/dbmate
links:
- postgres