All Projects → acadevmy → cloud-run-wordpress

acadevmy / cloud-run-wordpress

Licence: Apache-2.0 License
Deploy a Wordpress site on Google Cloud Run

Programming Languages

PHP
23972 projects - #3 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to cloud-run-wordpress

iris3
An upgraded and improved version of the Iris automatic GCP-labeling project
Stars: ✭ 38 (+52%)
Mutual labels:  google-cloud-platform, google-cloud-sql
deploy-cloudrun
This action deploys your container image to Cloud Run.
Stars: ✭ 238 (+852%)
Mutual labels:  google-cloud-platform, google-cloud-run
iris
Automatically tag Google Cloud resources for better manageability and billing reporting
Stars: ✭ 50 (+100%)
Mutual labels:  google-cloud-platform
GoogleConsole CPUminer
free miner for google cloud shell
Stars: ✭ 14 (-44%)
Mutual labels:  google-cloud-platform
botkit-storage-datastore
Google Cloud Datastore storage module for Botkit
Stars: ✭ 13 (-48%)
Mutual labels:  google-cloud-platform
SimpleCSPM
GCP CSPM using Google Sheets
Stars: ✭ 24 (-4%)
Mutual labels:  google-cloud-platform
serverless-url-redirect
Simple click-to-deploy serverless URL redirect service
Stars: ✭ 39 (+56%)
Mutual labels:  google-cloud-run
polynimbus
Multi-cloud infrastructure inventory and management tool, supporting AWS, Google Cloud, Azure, Oracle Cloud, Rackspace Cloud, Hetzner Cloud, Alibaba Cloud, e24cloud.com, Linode, Cloudflare, GoDaddy and Backblaze B2.
Stars: ✭ 70 (+180%)
Mutual labels:  google-cloud-platform
activejob-google cloud tasks-http
Active Job adapter for Google Cloud Tasks HTTP targets
Stars: ✭ 16 (-36%)
Mutual labels:  google-cloud-run
Google-Cloud-Study-Jams
Resources for 30 Days of Google Cloud program workshops and events conducted by GDSC VJTI
Stars: ✭ 13 (-48%)
Mutual labels:  google-cloud-platform
cloud-run-hello
Demo container for Google Cloud Run
Stars: ✭ 54 (+116%)
Mutual labels:  google-cloud-run
gke-logging-sinks-demo
This project describes the steps required to deploy a sample application to Kubernetes Engine that forwards log events to Stackdriver Logging. As a part of the exercise, you will create a Cloud Storage bucket and a BigQuery dataset for exporting log data.
Stars: ✭ 45 (+80%)
Mutual labels:  google-cloud-platform
cloudrun-fastapi
FastAPI on Google Cloud Run
Stars: ✭ 112 (+348%)
Mutual labels:  google-cloud-run
gcp-dataprep-bigquery-twitter-stream
Stream Twitter Data into BigQuery with Cloud Dataprep
Stars: ✭ 21 (-16%)
Mutual labels:  google-cloud-platform
notionproxy
Notion as a web site, inspired by react-notion-x.
Stars: ✭ 24 (-4%)
Mutual labels:  google-cloud-platform
plantuml-libs
A set of PlantUML libraries and a NPM cli tool to design diagrams which focus on several technologies/approaches: Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP), C4 Model or even EventStorming and more.
Stars: ✭ 75 (+200%)
Mutual labels:  google-cloud-platform
terraform-splunk-log-export
Deploy Google Cloud log export to Splunk using Terraform
Stars: ✭ 26 (+4%)
Mutual labels:  google-cloud-platform
associate-cloud-engineer
Resources on preparing for Google Cloud Associate Cloud Engineer certification
Stars: ✭ 142 (+468%)
Mutual labels:  google-cloud-platform
appengine-java-standard
Google App Engine Standard Java runtime: Prod runtime, local devappserver, Cloud SDK Java components, GAE APIs, and GAE API emulators.
Stars: ✭ 141 (+464%)
Mutual labels:  google-cloud-platform
retail-demo
Google Cloud Dataflow Demo Application. デモ用アプリのため更新(依存関係の更新・脆弱性対応)は行っていません。参考にされる方はご注意ください。
Stars: ✭ 12 (-52%)
Mutual labels:  google-cloud-platform

cloud-run-wordpress

Medium article: Deploy a Wordpress site on Google Cloud Run

Deploy steps

Build image

gcloud builds submit --tag gcr.io/[PROJECT-ID]/wp:v1

Deploy image

gcloud beta run deploy wp --image gcr.io/[PROJECT-ID]/wp:v1 \
--add-cloudsql-instances <instance-name> \
--update-env-vars DB_HOST='127.0.0.1',DB_NAME=<dbname>,DB_USER=<dbuser>,DB_PASSWORD=<dbpass>,CLOUDSQL_INSTANCE='<project.id>:<region>:<instance-name>'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].