datahub/docker/ingestion/docker-compose.yml

18 lines
402 B
YAML
Raw Normal View History

2019-12-16 17:44:12 -08:00
---
version: '3.5'
services:
ingestion:
image: datahub-ingestion
env_file: env/docker.env
build:
context: ../../
dockerfile: docker/ingestion/Dockerfile
2019-12-16 17:44:12 -08:00
hostname: ingestion
container_name: ingestion
environment:
- KAFKA_BOOTSTRAP_SERVER=broker:29092
- KAFKA_SCHEMAREGISTRY_URL=http://schema-registry:8081
networks:
default:
name: datahub_network