Metabase on Google App Engine
问题 I'm trying to set up Metabase on a gcloud engine using Google Cloud SQL (MySQL). I've got it running using this git and this app.yaml: runtime: custom env: flex # Metabase does not support horizontal scaling # https://github.com/metabase/metabase/issues/2754 # https://cloud.google.com/appengine/docs/flexible/java/configuring-your-app-with-app-yaml manual_scaling: instances: 1 env_variables: # MB_JETTY_PORT: 8080 MB_DB_TYPE: mysql MB_DB_DBNAME: [db_name] # MB_DB_PORT: 5432 MB_DB_USER: [db_user