forked from Sunbird-RC/sunbird-rc-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Sunbird-RC#291 from holashchand/release-2.0.0-docker
Release 2.0.0 docker compose file update
- Loading branch information
Showing
7 changed files
with
635 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
RELEASE_VERSION=v1.0.0 | ||
RELEASE_VERSION=v2.0.0 | ||
KEYCLOAK_SECRET=********** | ||
|
||
# vault service | ||
VAULT_ADDR=http://0.0.0.0:8200 | ||
VAULT_API_ADDR=http://0.0.0.0:8200 | ||
VAULT_ADDRESS=http://0.0.0.0:8200 | ||
|
||
# identity service | ||
VAULT_ADDR=http://vault:8200 | ||
VAULT_TOKEN= | ||
VAULT_BASE_URL=http://vault:8200/v1 | ||
VAULT_ROOT_PATH=http://vault:8200/v1/kv | ||
VAULT_TIMEOUT=5000 | ||
VAULT_PROXY=false | ||
SIGNING_ALGORITHM=Ed25519Signature2020 | ||
JWKS_URI= | ||
ENABLE_AUTH=false | ||
WEB_DID_BASE_URL=https://example.com/identifier | ||
|
||
# credential schema service | ||
IDENTITY_BASE_URL=http://identity:3332 | ||
JWKS_URI= | ||
ENABLE_AUTH=false | ||
|
||
# credential service | ||
IDENTITY_BASE_URL=http://identity:3332 | ||
SCHEMA_BASE_URL=http://schema:3333 | ||
CREDENTIAL_SERVICE_BASE_URL=https://example.com/credentials | ||
JWKS_URI= | ||
ENABLE_AUTH=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,5 +88,6 @@ out | |
|
||
.ipynb_checkpoints | ||
db-data* | ||
vault-data | ||
es-data* | ||
keycloak-mobile*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.