datahub/docker/ingestion/docker-compose.yml

18 lines
522 B
YAML
Raw Permalink Normal View History

2019-12-16 17:44:12 -08:00
---
services:
ingestion:
build:
context: ../../
dockerfile: docker/datahub-ingestion/Dockerfile
image: acryldata/datahub-ingestion:${DATAHUB_VERSION:-head}
2019-12-16 17:44:12 -08:00
hostname: ingestion
command: "ingest -c /sample_recipe.yml"
volumes:
# Most of the config is embedded inside the sample recipe file.
- ./sample_recipe.yml:/sample_recipe.yml:ro
- ../../metadata-ingestion/examples/mce_files/bootstrap_mce.json:/bootstrap_mce.json:ro
2019-12-16 17:44:12 -08:00
networks:
default:
name: datahub_network