mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
Add Docker compose file (#49)
* 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>
This commit is contained in:
committed by
GitHub
co-authored by
Abin Simon
parent
d36f14e407
commit
5429bf4493
@@ -3,5 +3,6 @@ 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/
|
||||
|
||||
Reference in New Issue
Block a user