Skip to content

kefirchk/robot-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Backend

Preparing Enviroment

Create an env folder in the project root. There create the following files:

  # auth.env
  KEYCLOAK_SERVER_URL=http://keycloak:8080                  # your keycloak server url
  KEYCLOAK_REALM=robot                                      # your keycloak realm
  KEYCLOAK_CLIENT_ID=robot-backend                          # your keycloak client id
  KEYCLOAK_CLIENT_SECRET=T8ixBvA1AWkUn1ffBhJ0wQrGitENGjc5   # your keycloak client secret

Deploying via Docker

Below are the basic commands to manage docker.

Docker-compose
docker-compose up -d --build

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published