datahub/docker/ingestion/docker-compose.yml

15 lines
450 B
YAML
Raw Normal View History

2019-12-16 17:44:12 -08:00
---
version: '3.5'
services:
ingestion:
image: ingestion
hostname: ingestion
container_name: ingestion
environment:
- KAFKA_BOOTSTRAP_SERVER=broker:29092
- KAFKA_SCHEMAREGISTRY_URL=http://schema-registry:8081
2020-01-02 14:18:37 -08:00
command: "bash -c 'cd datahub-src/metadata-ingestion/mce-cli && python mce_cli.py produce -d bootstrap_mce.dat -b broker:29092 -s http://schema-registry:8081'"
2019-12-16 17:44:12 -08:00
networks:
default:
name: datahub_network