Skip to content

micado-eu/refactorng2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the repository that hosts the refactoring of MICADO identity solution

Development execution

In development to execute one of the services

(set -a; source prod.env; set +a; docker-compose up keycloak)

Execution

To ensure the database is setup correctly, create a prod.env file with this content:

POSTGRES_PASSWORD=secretpassword1
KEYCLOAK_PASSWORD=secretpassword2
GITEA_DB_PWD=secretpassword3
MICADO_DB_PWD=secretpassword4
KEYCLOAK_DB_PWD=secretpassword5
WEBLATE_POSTGRES_PASSWORD=secretpassword6
RASA_DB_PASSWORD=secretpassword7

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors