NAME gcloud run compose - support Docker Compose workflows on Cloud Run SYNOPSIS gcloud run compose COMMAND [GCLOUD_WIDE_FLAG ...] DESCRIPTION This command group provides tools for Docker Compose developers to deploy services to Cloud Run using compose.yaml as the input source. EXAMPLES To bring up a Docker Compose service on Cloud Run, run: $ gcloud run compose up compose.yaml GCLOUD WIDE FLAGS These flags are available to all commands: --help. Run $ gcloud help for details. COMMANDS COMMAND is one of the following: up Deploy to Cloud Run from compose specification. NOTES These variants are also available: $ gcloud alpha run compose $ gcloud beta run compose