mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-07 23:13:05 +00:00
18 lines
456 B
YAML
18 lines
456 B
YAML
|
|
---
|
||
|
|
version: '3.5'
|
||
|
|
services:
|
||
|
|
ingestion:
|
||
|
|
image: datahub-ingestion:debug
|
||
|
|
env_file: env/docker.env
|
||
|
|
build:
|
||
|
|
context: .
|
||
|
|
dockerfile: Dockerfile
|
||
|
|
args:
|
||
|
|
APP_ENV: dev
|
||
|
|
volumes:
|
||
|
|
- ../../metadata-ingestion-examples/mce-cli/build/libs/:/datahub/ingestion/bin
|
||
|
|
- ../../metadata-ingestion-examples/mce-cli/example-bootstrap.json:/datahub/ingestion/example-bootstrap.json
|
||
|
|
|
||
|
|
networks:
|
||
|
|
default:
|
||
|
|
name: datahub_network
|