Skip to content

Commit

Permalink
Merge pull request Sunbird-RC#291 from holashchand/release-2.0.0-docker
Browse files Browse the repository at this point in the history
Release 2.0.0 docker compose file update
  • Loading branch information
srprasanna authored Feb 27, 2024
2 parents 6e5675f + d6bd715 commit 6fba7e5
Show file tree
Hide file tree
Showing 7 changed files with 635 additions and 34 deletions.
32 changes: 31 additions & 1 deletion .env
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@ out

.ipynb_checkpoints
db-data*
vault-data
es-data*
keycloak-mobile*.jar
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,7 @@ release: test
docker push $$image:latest;\
docker push $$image:$(RELEASE_VERSION);\
done
@cd tools/cli/ && npm publish
@cd tools/cli/ && npm publish

compose-init:
bash setup_vault.sh docker-compose.yml vault
Loading

0 comments on commit 6fba7e5

Please sign in to comment.