mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Update to MySQL 8.0 image for testing (#250)
This commit is contained in:
parent
f69f1dea03
commit
955c9ac653
2 changed files with 3 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -51,6 +51,7 @@ wait:
|
||||||
|
|
||||||
.PHONY: docker-all
|
.PHONY: docker-all
|
||||||
docker-all:
|
docker-all:
|
||||||
|
docker-compose pull
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose run --rm dev make all
|
docker-compose run --rm dev make all
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,9 @@ services:
|
||||||
image: dbmate_release
|
image: dbmate_release
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:5.7
|
image: mysql/mysql-server:8.0
|
||||||
environment:
|
environment:
|
||||||
|
MYSQL_ROOT_HOST: "%"
|
||||||
MYSQL_ROOT_PASSWORD: root
|
MYSQL_ROOT_PASSWORD: root
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue