mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(kafka-setup): Fix compose context for kafka-setup (#6923)
This commit is contained in:
parent
54ea8244de
commit
a629df5de2
@ -27,8 +27,8 @@ services:
|
||||
kafka-setup:
|
||||
image: linkedin/datahub-kafka-setup:debug
|
||||
build:
|
||||
context: kafka-setup
|
||||
dockerfile: Dockerfile
|
||||
context: ../
|
||||
dockerfile: ./docker/kafka-setup/Dockerfile
|
||||
args:
|
||||
APP_ENV: dev
|
||||
depends_on:
|
||||
|
||||
@ -31,7 +31,8 @@ services:
|
||||
# This "container" is a workaround to pre-create topics
|
||||
kafka-setup:
|
||||
build:
|
||||
context: kafka-setup
|
||||
dockerfile: ./docker/kafka-setup/Dockerfile
|
||||
context: ../
|
||||
image: ${DATAHUB_KAFKA_SETUP_IMAGE:-linkedin/datahub-kafka-setup}:${DATAHUB_VERSION:-head}
|
||||
env_file: kafka-setup/env/docker.env
|
||||
hostname: kafka-setup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user