mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
13 lines
212 B
YAML
13 lines
212 B
YAML
dbmate:
|
|
build: .
|
|
volumes:
|
|
- .:/go/src/github.com/amacneil/dbmate
|
|
links:
|
|
- mysql
|
|
- postgres
|
|
mysql:
|
|
image: mysql:5.7
|
|
environment:
|
|
MYSQL_ROOT_PASSWORD: root
|
|
postgres:
|
|
image: postgres:9.4
|