Skip to content

Commit

Permalink
Merge pull request 'Docker: fix identity build' (#168) from feature/m…
Browse files Browse the repository at this point in the history
…ultiregion-indentity into develop

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/DocSpace-buildtools/pulls/168
  • Loading branch information
AlexeySafronov committed Feb 11, 2025
2 parents d3a6ce4 + 24170bc commit 6fbf51c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install/docker/build-identity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
SPRING_PROFILES_ACTIVE: dev
SPRING_APPLICATION_NAME: ASC.Identity.Authorization
SERVER_PORT: 8080
GRPC_CLIENT_REGISTRATION_ADDRESS: static://onlyoffice-identity-api:8888

onlyoffice-identity-api:
build:
Expand All @@ -41,6 +42,7 @@ services:
SPRING_PROFILES_ACTIVE: dev
SPRING_APPLICATION_NAME: ASC.Identity.Registration
SERVER_PORT: 9090
GRPC_CLIENT_AUTHORIZATION_ADDRESS: static://onlyoffice-identity-authorization:9999

networks:
default:
Expand Down

0 comments on commit 6fbf51c

Please sign in to comment.