nullstone
nullstone copied to clipboard
Support multiple instances of a capability module
Summary
Enable Nullstone to allow multiple instances of a capability module to attach to a single app. Currently, this is not possible because the injected environment variables would collide.
How will it work?
- Nullstone is improved to allow mapping env var names (e.g. to distinguish one
POSTGRES_URLfrom another) - Nullstone will require mapping env var names if any of the env vars from all capabilities collide.