Skip to content

Commit

Permalink
fix(docker) adding new profile for consumer debug purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryota Egashira authored and Ryota Egashira committed Jan 14, 2025
1 parent ddd0d21 commit 6196eca
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ ext {
modules: python_services_modules + backend_profile_modules + [':datahub-frontend'],
isDebug: true
],

'quickstartDebugConsumers': [
profile: 'debug-consumers',
modules: python_services_modules + backend_profile_modules + [':datahub-frontend',
':metadata-jobs:mce-consumer-job',
':metadata-jobs:mae-consumer-job',],
isDebug: true
],

'quickstartPg': [
profile: 'quickstart-postgres',
modules: (backend_profile_modules - [':docker:mysql-setup']) + [
Expand Down

0 comments on commit 6196eca

Please sign in to comment.