mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-26 01:18:20 +00:00
fix(docker): use debug tag in local dev images (#2658)
This commit is contained in:
parent
e73c6525e9
commit
051fa253d1
@ -12,7 +12,7 @@ version: '3.8'
|
||||
services:
|
||||
# Pre-creates the search indices using local mapping/settings.json
|
||||
elasticsearch-setup:
|
||||
image: elasticsearch-setup:debug
|
||||
image: linkedin/datahub-elasticsearch-setup:debug
|
||||
build:
|
||||
context: elasticsearch-setup
|
||||
dockerfile: Dockerfile
|
||||
@ -22,6 +22,14 @@ services:
|
||||
- ./elasticsearch-setup/create-indices.sh:/create-indices.sh
|
||||
- ../gms/impl/src/main/resources/index/:/index
|
||||
|
||||
kafka-setup:
|
||||
image: linkedin/datahub-kafka-setup:debug
|
||||
build:
|
||||
context: kafka-setup
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
APP_ENV: dev
|
||||
|
||||
datahub-gms:
|
||||
image: linkedin/datahub-gms:debug
|
||||
build:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user