Deploy your Quivr instance with Porter
Porter is a platform that allows you to easily deploy, manage, and scale your applications. This guide will walk you through deploying the Quivr backend using Porter.
Before you begin, make sure you have the following:
When asked to create a new project, you will be prompted to create a Porter.yaml
file. This file defines the services, build settings, and environment variables for your application.
You can give this file to help you deploy.
In Porter, you can set environment variables for your services using the environment groups. Add the environment variables required for your Quivr backend to the an environment group in the the web portal.
These environment variables are the one you would normally set in your .env
file when running the Quivr backend locally.
To deploy the Quivr frontend on Porter, use the following configuration in your Porter.yaml
file:
Add the environment variables required for your Quivr frontend to the an environment group in the the web portal.
These environment variables are the one you would normally set in your .env
file when running the Quivr frontend locally.
main
).Porter will build and deploy your Quivr backend and frontend services based on the configuration in your Porter.yaml
file.
Deploy your Quivr instance with Porter
Porter is a platform that allows you to easily deploy, manage, and scale your applications. This guide will walk you through deploying the Quivr backend using Porter.
Before you begin, make sure you have the following:
When asked to create a new project, you will be prompted to create a Porter.yaml
file. This file defines the services, build settings, and environment variables for your application.
You can give this file to help you deploy.
In Porter, you can set environment variables for your services using the environment groups. Add the environment variables required for your Quivr backend to the an environment group in the the web portal.
These environment variables are the one you would normally set in your .env
file when running the Quivr backend locally.
To deploy the Quivr frontend on Porter, use the following configuration in your Porter.yaml
file:
Add the environment variables required for your Quivr frontend to the an environment group in the the web portal.
These environment variables are the one you would normally set in your .env
file when running the Quivr frontend locally.
main
).Porter will build and deploy your Quivr backend and frontend services based on the configuration in your Porter.yaml
file.