mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 17:35:08 +01:00
Add MySQL support
This commit is contained in:
parent
5211670904
commit
c402613c6c
7 changed files with 399 additions and 6 deletions
|
|
@ -1,8 +1,13 @@
|
|||
postgres:
|
||||
image: postgres:9.4
|
||||
dbmate:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/go/src/github.com/adrianmacneil/dbmate
|
||||
links:
|
||||
- mysql
|
||||
- postgres
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
postgres:
|
||||
image: postgres:9.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue