mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
9 lines
134 B
YAML
9 lines
134 B
YAML
|
|
postgres:
|
||
|
|
image: postgres:9.4
|
||
|
|
dbmate:
|
||
|
|
build: .
|
||
|
|
volumes:
|
||
|
|
- .:/go/src/github.com/adrianmacneil/dbmate
|
||
|
|
links:
|
||
|
|
- postgres
|