sylvioneto / phonebook

Phonebook application to demonstrate Cloud SQL and Redis usage on Google Cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phonebook

Phonebook application to demonstrate Firestore and Redis usage on Google Cloud

Build & Deploy

  1. Set your project id with gcloud
gcloud config set project <your-project-id>
  1. Create a Artifact Registry for Docker
gcloud artifacts repositories create docker \
    --repository-format=docker \
    --location=us-central1 \
    --description="Private docker images"
  1. Run Cloud Build to build & publish the container to the Artifact Registry
gcloud builds submit . --config cloudbuild.yaml

About

Phonebook application to demonstrate Cloud SQL and Redis usage on Google Cloud


Languages

Language:Python 56.2%Language:HTML 41.6%Language:Dockerfile 2.3%