Skip to content

Latest commit

 

History

History

admin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Audio Guide Bot: Production administration

Using docker-compose you can setup administration environment for you Guide Bot deployed in Google Cloud Platform.

Environment setup:

  1. Save your GCP service account key, created during deployment setup, to sa-key.json file in this folder
  2. Copy your Cloud SQL instance connection name to INSTANCE_CONNECTION_NAME variable in .env file in in this folder
  3. 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.