Using docker-compose you can setup administration environment for you Guide Bot deployed in Google Cloud Platform.
Environment setup:
- Save your GCP service account key, created during deployment setup, to
sa-key.json
file in this folder - Copy your Cloud SQL instance connection name to
INSTANCE_CONNECTION_NAME
variable in.env
file in in this folder - Install Docker
To start the environment use:
docker compose up -d
Cloud SQL database will be available from postgres-admin
container at cloud-sql-proxy:5432
.