mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Migrate CI to GitHub Actions (#171)
This commit is contained in:
parent
2950db7131
commit
e44e09eb67
8 changed files with 91 additions and 51 deletions
|
|
@ -1,9 +1,11 @@
|
|||
version: '2.3'
|
||||
services:
|
||||
dbmate:
|
||||
dev:
|
||||
build:
|
||||
context: .
|
||||
target: build
|
||||
target: dev
|
||||
volumes:
|
||||
- .:/src
|
||||
depends_on:
|
||||
- mysql
|
||||
- postgres
|
||||
|
|
@ -13,6 +15,11 @@ services:
|
|||
POSTGRESQL_URL: postgres://postgres:postgres@postgres/dbmate?sslmode=disable
|
||||
CLICKHOUSE_URL: clickhouse://clickhouse:9000?database=dbmate
|
||||
|
||||
dbmate:
|
||||
build:
|
||||
context: .
|
||||
target: release
|
||||
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue