Buildtools: change ASC.OAuth to ASC.Identity

This commit is contained in:
Timofey Boyko 2023-11-17 15:33:39 +03:00
parent 4a3b1d943e
commit bb30917778

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
onlyoffice-oauth-authorization:
build:
context: ../../../server/common/ASC.OAuth
context: ../../../server/common/ASC.Identity
dockerfile: ${OAUTH_AUTHORIZATION_DOCKERFILE}
container_name: ${OAUTH_AUTHORIZATION_CONTAINER_NAME}
restart: always
@ -21,7 +21,7 @@ services:
RABBIT_PASSWORD: ${RABBIT_PASSWORD}
onlyoffice-oauth-api:
build:
context: ../../../server/common/ASC.OAuth
context: ../../../server/common/ASC.Identity
dockerfile: ${OAUTH_API_DOCKERFILE}
container_name: ${OAUTH_API_CONTAINER_NAME}
ports: