There are three types of services you can deploy on Porter: web services, workers, and jobs.Documentation Index
Fetch the complete documentation index at: https://porter-mintlify-c69745c5.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Web Service
Web services are long-running processes that are exposed to external or internal traffic. This includes any web servers that are serving requests on a domain. Web services are, by default, exposed on a domain automatically generated by Porter, which follows the form of*.onporter.run. You can add a custom domain to your web service - Porter will automatically secure your endpoints with SSL certificates. Alternatively, you can expose your web service to only internal traffic (i.e. accessible only by other services inside the same cluster).

