/cloud-run-fun

Adventures with Google Cloud Run

Primary LanguageDockerfileApache License 2.0Apache-2.0

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.