Skip to content

Conversation

david-leifker
Copy link
Collaborator

  • allow overriding base compose file
  • wire debug-aws with localstack

@github-actions github-actions bot added the devops PR or Issue related to DataHub backend & deployment label Jul 26, 2025
@@ -371,7 +371,10 @@ quickstart_configs.each { taskName, config ->

// Only restart containers that had their modules rebuilt
if (containersToRestart) {
def cmd = ["docker compose -p datahub --profile ${config.profile}"] + ['-f', compose_base] + ['restart'] + containersToRestart
def composeFiles = dockerCompose."${taskName}".useComposeFiles.get()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow overriding compose files

@datahub-cyborg datahub-cyborg bot added the needs-review Label for PRs that need review from a maintainer. label Jul 26, 2025
@datahub-cyborg datahub-cyborg bot added pending-submitter-merge and removed needs-review Label for PRs that need review from a maintainer. labels Jul 26, 2025
Copy link

codecov bot commented Jul 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Test Analytics upload error: Unsupported file format

📢 Thoughts on this report? Let us know!

* allow overriding base compose file
* wire debug-aws with localstack
@david-leifker david-leifker force-pushed the docker-compose-gradle branch from 1c5bb86 to a616d1f Compare July 26, 2025 14:17
@david-leifker david-leifker merged commit b97afaf into master Jul 26, 2025
44 checks passed
@david-leifker david-leifker deleted the docker-compose-gradle branch July 26, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops PR or Issue related to DataHub backend & deployment pending-submitter-merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants