GCP Cloud Run
Installing NocoDB on Google Cloud Run
This guide will help you deploy NocoDB on Google Cloud Platform using Cloud Run.
Prerequisites
- Google Cloud SDK installed and configured
- Docker
Deployment Steps
-
Pull the NocoDB Docker image:
-
Tag the image for Google Container Registry (GCR):
-
Push the image to GCR:
-
Deploy NocoDB on Cloud Run:
Important Notes
- Cloud Run only supports images from Google Container Registry (GCR) or Artifact registry. Hence we pull the image from Docker Hub and push it to GCR.
- Ensure that your GCP project has the necessary APIs enabled (Cloud Run, Container Registry).
- The
--allow-unauthenticated
flag is used to allow unauthenticated access to the service. You can remove this flag if you want to restrict access.