Add YugabyteDB CI testing. (#141)

This commit is contained in:
Kavin 2021-12-11 13:46:17 -07:00 committed by GitHub
parent bf58a22fe9
commit 42b3e6dab5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 0 deletions

View file

@ -6,6 +6,8 @@ services:
- "127.0.0.1:8080:8080"
volumes:
- ./config.cockroachdb.properties:/app/config.properties
depends_on:
- cockroachdb
cockroachdb:
image: cockroachdb/cockroach:latest-v21.2
command: start-single-node --insecure