mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Add ClickHouse support (#140)
This commit is contained in:
parent
8234882546
commit
c2dd1bd5af
7 changed files with 633 additions and 4 deletions
|
|
@ -7,9 +7,11 @@ services:
|
|||
depends_on:
|
||||
- mysql
|
||||
- postgres
|
||||
- clickhouse
|
||||
environment:
|
||||
MYSQL_URL: mysql://root:root@mysql/dbmate
|
||||
POSTGRESQL_URL: postgres://postgres:postgres@postgres/dbmate?sslmode=disable
|
||||
CLICKHOUSE_URL: clickhouse://clickhouse:9000?database=dbmate
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
|
@ -20,3 +22,6 @@ services:
|
|||
image: postgres:10
|
||||
environment:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-server:19.16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue