Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 661 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 661 Bytes

Cloud Run Fun

Cloud Run Fun is a drawer of small projects I'm playing with using Cloud Run.

/nginx: Editable nginx

Docker image running nginx which loads it's config from a $CONFIG enviroment variable. This allows for quick edits and iterative config development in Cloud Run without rebuilding a new Docker image each time.

Container: gcr.io/cloud-run-fun/nginx

Run on Google Cloud

For more info, see this blogpost: https://dev.to/bamnet/dynamic-nginx-config-on-cloud-run-hpc.