fix(build): do not use neo4j on local (#6501)

This commit is contained in:
Aseem Bansal 2022-11-21 22:19:13 +05:30 committed by GitHub
parent bc5e2d43af
commit 317f0b135b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fi
M1_COMPOSE=""
if [[ $(uname -m) == 'arm64' && $(uname) == 'Darwin' ]]; then
M1_COMPOSE="-f docker-compose.m1.yml"
M1_COMPOSE="-f docker-compose-without-neo4j.m1.yml"
fi
# Launches dev instances of DataHub images. See documentation for more details.

View File

@ -0,0 +1,9 @@
services:
broker:
image: kymeric/cp-kafka:latest
mysql:
image: mariadb:10.5.8
schema-registry:
image: eugenetea/schema-registry-arm64:latest
zookeeper:
image: kymeric/cp-zookeeper:latest