Skip to content

Commit

Permalink
Add GRPC addresses for identity services
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-antonyuk committed Feb 13, 2025
1 parent 4d100fd commit 4498571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/docker/identity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
environment:
<<: *x-common-environment
SERVER_PORT: ${IDENTITY_AUTHORIZATION_SERVER_PORT}
GRPC_CLIENT_REGISTRATION_ADDRESS: static://${IDENTITY_API_CONTAINER_NAME}:8888
healthcheck:
<<: *x-healthcheck
test: curl --fail ${SERVICE_IDENTITY}/health/ || exit 1
Expand All @@ -53,6 +54,7 @@ services:
environment:
<<: *x-common-environment
SERVER_PORT: ${IDENTITY_API_SERVER_PORT}
GRPC_CLIENT_AUTHORIZATION_ADDRESS: static://${IDENTITY_AUTHORIZATION_CONTAINER_NAME}:9999
healthcheck:
<<: *x-healthcheck
test: curl --fail ${SERVICE_IDENTITY_API}/health/ || exit 1
Expand Down

0 comments on commit 4498571

Please sign in to comment.