mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
8 lines
134 B
YAML
8 lines
134 B
YAML
postgres:
|
|
image: postgres:9.4
|
|
dbmate:
|
|
build: .
|
|
volumes:
|
|
- .:/go/src/github.com/adrianmacneil/dbmate
|
|
links:
|
|
- postgres
|