Skip to content

Rectle/rectle-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Service for rectle

Example of running mysql db locally

docker run 
--name mysqldb 
-p 3306:3306 
-e MYSQL_ROOT_PASSWORD=root 
-e MYSQL_DATABASE=rectledb 
-e MYSQL_USER=user 
-e MYSQL_PASSWORD=user 
-d mysql:8 

Deploy (change version)

docker build -t image .
docker tag image europe-central2-docker.pkg.dev/rectle/rectle-container/rectle-service:0.0.1
docker push europe-central2-docker.pkg.dev/rectle/rectle-container/rectle-service:0.0.1

In case u need to authenticate use

  • gcloud auth login
  • gcloud auth configure-docker

Running project locally

Add environment variables like this:

  • GOOGLE_APPLICATION_CREDENTIALS='path to json credentials'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors