mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Initial commit
This commit is contained in:
commit
9cfc758ca1
14 changed files with 697 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
postgres:
|
||||
image: postgres:9.4
|
||||
dbmate:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/go/src/github.com/adrianmacneil/dbmate
|
||||
links:
|
||||
- postgres
|
||||
Loading…
Add table
Add a link
Reference in a new issue