You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docker): Allow multiple instances of scram to run locally (WIP) (#156)
Runs multiple instances of SCRAM (and associated services) locally using
a shared postgres instance, similar to how one would run more than one
SCRAM instance in prod. We are not using docker replicas the normal way
since that doesn't really work well for running 2 separate instances of
the same application (different env vars, etc).
0 commit comments