-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Can the parse server provide services for many apps? #1722
Comments
Currently you will have to run one parse-server per app, they can theoretically all run on the same machine. I would simply let them be terminated by a single nginx and route to different backends based on path or header. |
Yes ,I am using this way to provide different backends of apps.Does the Cloud Code works too ?I find that Cloud Code serverUrl is route to the only one path.Cloud Code function can't map to the correct parse-server.Should I need to set sereverUrl in the main.js. |
@bohemima I have a question that we have some apps need different route of cloud code.But I find that if requrie an parse the serverUrl is freeze to the first init one. |
Duplicate of #15 |
I have many apps and I am going to migrate they to self host parse-server .I wonder if I can provide services to several apps by setting up a single machine.I find it seems that cloud code can only for one app.Does the parser server design for supporting only one app.How can I complete the migration of my 100 apps.
The text was updated successfully, but these errors were encountered: