Skip to content

Allow runtime compose args to be set from environment variables #1183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented May 14, 2025

Previously it was impossible to set e.g., WEB_CONCURRENCY at anything but the default value, as the it would be overridden by the compose file value.

@ml-evs ml-evs added build For issues/PRs pertaining to the build or deployment of the package deployment labels May 14, 2025
@ml-evs ml-evs changed the title Allow runtime compose args to be set environment variables Allow runtime compose args to be set from environment variables May 14, 2025
Previously it was impossible to set e.g., `WEB_CONCURRENCY` at
anything but the default value, as the it would be overridden by
the compose file value.
@ml-evs ml-evs force-pushed the ml-evs/fix-compose branch from 3545680 to 9c75e71 Compare May 14, 2025 18:02
Copy link

codecov bot commented May 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.90%. Comparing base (4f2e022) to head (9c75e71).
⚠️ Report is 91 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1183   +/-   ##
=======================================
  Coverage   70.90%   70.90%           
=======================================
  Files          64       64           
  Lines        4276     4276           
=======================================
  Hits         3032     3032           
  Misses       1244     1244           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

cypress bot commented May 14, 2025

datalab    Run #3296

Run Properties:  status check passed Passed #3296  •  git commit cc3f02859f ℹ️: Merge 9c75e71c851e2c553fa734b6aedae475db7a9a9c into 4f2e0227ca3e5e762b6488d668ab...
Project datalab
Branch Review ml-evs/fix-compose
Run status status check passed Passed #3296
Run duration 08m 57s
Commit git commit cc3f02859f ℹ️: Merge 9c75e71c851e2c553fa734b6aedae475db7a9a9c into 4f2e0227ca3e5e762b6488d668ab...
Committer Matthew Evans
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 504
View all changes introduced in this branch ↗︎

@ml-evs ml-evs merged commit 3a3dd79 into main May 14, 2025
17 checks passed
@ml-evs ml-evs deleted the ml-evs/fix-compose branch May 14, 2025 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build For issues/PRs pertaining to the build or deployment of the package deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant