Skip to content

Commit

Permalink
fix(docker): use debug tag in local dev images (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jun 5, 2021
1 parent e73c652 commit 051fa25
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 051fa25

Please sign in to comment.