-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
How to run nginx locally? Looks like upsteam configuration is missing #145
Comments
there is another problem,But I have already run redis and mysql locally, the command used is
|
When running in production, we use PlanetScale for the database. You might need to set up an external database when running it in Docker. We're currently on a big refactor of moving from Node.js to Rust for the |
Here's the PR migrating the monorepo to TS + Rust: |
Will the JS version be kept or maintained? Because I don't know the Rust language very well |
I keep it for historical purposes, but it will be removed in the future. The Rust runtime is faster, safer, and more performant than the JS runtime so it doesn't make sense to keep both. |
I see, thanks. |
$ pnpm run docker:start:nginx
error: nginx: [emerg] host not found in upstream "serverless" in /etc/nginx/nginx.conf:34
The text was updated successfully, but these errors were encountered: