214828ace2
* Added Keycloak to the infrastructure yaml which uses a h2 not to complicate the installation. * Updated the docker-compose docs. * Move Cloud Flow image to the infrastructure yaml. Change-Id: I2a69ca91c1638e5fd070c77ca63c8d5586887231 Signed-off-by: Vitalii Solodilov <mcdkr@yandex.ru>
4 lines
223 B
Bash
4 lines
223 B
Bash
MESSAGE_BROKER_URL=rabbit://mistral:mistral@rabbitmq:5672/mistral
|
|
#DATABASE_URL=postgresql+psycopg2://mistral:mistral@postgresql:5432/mistral
|
|
DATABASE_URL=mysql+pymysql://mistral:mistral@mysql:3306/mistral
|
|
AUTH_ENABLE=false |