Skip to content

amcclosky/hello-run-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud Run + fastapi

Quick and dirty experiment with GCR + fastapi demo

Definitely not production ready.

Example commands to run the test service

$ gcloud auth configure-docker
$ docker build -t gcr.io/almostproductive/hello-run .
$ docker push gcr.io/almostproductive/hello-run
$ gcloud run deploy --image gcr.io/almostproductive/hello-run --platform managed

About

quick experiment with google cloud run and fastapi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published