Multiple projects with the same services #319
Unanswered
secobarbital
asked this question in
Q&A
Replies: 1 comment
-
One way to keep this sane is to have a "registry" flake for all the services across all the apps, that way it is clear which app's db is using which port and which app's redis is using which port. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the scenario that is highlighted in the README of having multiple projects, each with a database, except I need to start all of them at the same time to do e2e testing and debugging. How should I go about doing that?
I would like each project to use the default port when starting individually yet allow the user to easily customize the port used by the db or disable it and just use one of them, preferably without having to write nix code to do so.
Beta Was this translation helpful? Give feedback.
All reactions