File tree Expand file tree Collapse file tree
Document-Processing/Web-apis Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,3 +92,19 @@ docker-compose up -d
9292Step3: After successfully running the server, you'll encounter the following message upon opening the host URL in your browser http://localhost:8003/
9393
9494![ Browser] ( images/browser.jpg )
95+
96+ ** Deployment Options**
97+
98+ You can deploy the APIs as Docker containers on major cloud platforms. Follow the guides below to deploy quickly and efficiently:
99+
100+ - Microsoft Azure
101+ Run the container using Azure Container Instances:
102+ 🔗 [ Deploy to Azure] ( https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart )
103+
104+ - Amazon Web Services (AWS)
105+ Deploy the container using Amazon ECS or other services:
106+ 🔗 [ Deploy to AWS] ( https://aws.amazon.com/getting-started/hands-on/deploy-docker-containers/ )
107+
108+ - Google Cloud Platform (GCP)
109+ Use Google Cloud Run to deploy your containerized API:
110+ 🔗 [ Deploy to Google Cloud] ( https://cloud.google.com/run/docs/deploying )
You can’t perform that action at this time.
0 commit comments