Skip to content
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

Substitution with service environment #1004

Merged

Commits on Jul 26, 2024

  1. Support variable substitution with service's environment

    This commit introduces the ability to substitute environment variables
    within the 'environment' section of the service definition.
    
    This allows for more dynamic configuration of services.
    
    Signed-off-by: Songmin Li <lisongmin@protonmail.com>
    lisongmin authored and p12tic committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b5eaf31 View commit details
    Browse the repository at this point in the history
  2. Add unittest for rec_subs

    Signed-off-by: Songmin Li <lisongmin@protonmail.com>
    lisongmin authored and p12tic committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    34f5268 View commit details
    Browse the repository at this point in the history