Skip to content

Commit

Permalink
Add necessary environment variables to identity Docker Compose for CO…
Browse files Browse the repository at this point in the history
…RD anchoring
  • Loading branch information
ashwin275 committed Nov 12, 2024
1 parent ea6b285 commit dc1cae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/identity-service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
- 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
- ANCHOR_TO_CORD=false
- ISSUER_AGENT_BASE_URL=
cap_add:
- IPC_LOCK
command: vault server -config=/vault/config/vault.json
Expand Down

0 comments on commit dc1cae0

Please sign in to comment.