mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-29 02:48:24 +00:00
fix(build): do not use neo4j on local (#6501)
This commit is contained in:
parent
bc5e2d43af
commit
317f0b135b
@ -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.
|
||||
|
||||
9
docker/docker-compose-without-neo4j.m1.yml
Normal file
9
docker/docker-compose-without-neo4j.m1.yml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user