Cloud Run Fun is a drawer of small projects I'm playing with using Cloud Run.
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
For more info, see this blogpost: https://dev.to/bamnet/dynamic-nginx-config-on-cloud-run-hpc.