Added images to es/kafka-setup (#2223)

This commit is contained in:
Dexter Lee 2021-03-11 12:55:03 -08:00 committed by GitHub
parent fd183919cf
commit e659f749f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ services:
kafka-setup:
build:
context: kafka-setup
image: linkedin/datahub-kafka-setup:${DATAHUB_VERSION:-latest}
env_file: kafka-setup/env/docker.env
hostname: kafka-setup
container_name: kafka-setup
@ -120,6 +121,7 @@ services:
build:
context: ../
dockerfile: docker/elasticsearch-setup/Dockerfile
image: linkedin/datahub-elasticsearch-setup:${DATAHUB_VERSION:-latest}
env_file: elasticsearch-setup/env/docker.env
hostname: elasticsearch-setup
container_name: elasticsearch-setup