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: 5 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T06:02:46.000Z (12 months ago)
- Last Synced: 2024-05-02T18:12:20.620Z (12 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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