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

Support distinct environments for different services #180

Open
1 task done
spinlud opened this issue May 5, 2023 · 0 comments
Open
1 task done

Support distinct environments for different services #180

spinlud opened this issue May 5, 2023 · 0 comments

Comments

@spinlud
Copy link

spinlud commented May 5, 2023

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Use case description

Something like docker-compose:

serverless-compose.yml

services:
  service-a:
    path: service-a
    environment:
      - FOO='bar'
      - ABC='abc'

  service-b:
    path: service-b
    environment:
      - FOO='whoops'
      - XYZ='xyz'

Would be useful to differentiate environments, especially when using variables with the same name but a different value.

Proposed solution (optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant