https://github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run
How to deploy a dockerized FastAPI to Google Cloud Run
https://github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run
Last synced: 3 months ago
JSON representation
How to deploy a dockerized FastAPI to Google Cloud Run
- Host: GitHub
- URL: https://github.com/thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run
- Owner: thaddavis
- Created: 2024-04-28T23:30:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T13:16:30.000Z (about 1 year ago)
- Last Synced: 2024-11-26T07:03:43.927Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - thaddavis/how-to-deploy-a-dockerized-fastapi-to-google-cloud-run - How to deploy a dockerized FastAPI to Google Cloud Run (Python)
README
# TLDR
Welcome to "How to deploy a dockerized FastAPI to Cloud Run"
## TOC
1. `Create a Dev Container` ie: part_1.md
2. `Build a simple FastAPI` ie: part_2.md
3. `Deploy the API to GCR` ie: part_3.md
4. `Set up CICD` ie: part_4.md