access-one
v5.0.1
Published
Node server for Cloud Run database service
Downloads
5
Readme
To run container locally inside docker.desktop, run the image with the following:;
- ensure that Dockerfile exposes a port
- set Host port equal to same port number that is exposed in the Dockerfile
- add the following volume:
- Host path: /Users/simondao/.config/gcloud
- Container path: /Users/simondao/.config/gcloud
- add the following Environment variables:
- TX_DATA_SOURCE = Staging
- GOOGLE_APPLICATION_CREDENTIALS = /Users/simondao/.config/gcloud/application_default_credentials.services.database-s.json
