mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 16:36:46 +00:00
* Add DB_ADDR to env vars list * Add Dockerfile and docker-compose * Remove go.mod from _kratos dir and clean go.mod of root dir * Run Kratos docker-compose quickstart from root dir * Add gomigrate to docker-compose * Bump docker-composen version to 3.7 * Add Kratos services in the single docker compose file Removed Kratos quickstart files and merge all setup required for rcloud-base in the kratos-compose.yml file located in the root of the repo. * Add elasticsearch in docker-compose * Allow es to not be available in when in dev mode * Change default ES endpoint Co-authored-by: Abin Simon <abin.simon@rafay.co>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
DB_NAME=admindb
|
|
DB_USER=admindbuser
|
|
DB_PASSWORD=admindbpassword
|
|
DB_PORT=5432
|
|
DB_HOST=localhost
|
|
DB_ADDR=localhost:5432
|
|
KRATOS_PUBLIC_URL=http://127.0.0.1:4433/
|
|
APP_HOST_HTTP=https://127.0.0.1:8000/
|