auth and token middleware context update

This commit is contained in:
2025-01-26 20:18:06 +03:00
parent 3d5a43220e
commit a7e48d8755
17 changed files with 265 additions and 345 deletions

View File

@@ -10,18 +10,22 @@ services:
dockerfile: DockerApiServices/AuthServiceApi/Dockerfile
ports:
- "41575:41575"
depends_on:
- init-service
event-service:
build:
context: .
dockerfile: DockerApiServices/EventServiceApi/Dockerfile
ports:
- "41576:41576"
# event-service:
# build:
# context: .
# dockerfile: DockerApiServices/EventServiceApi/Dockerfile
# ports:
# - "41576:41576"
# depends_on:
# - init-service
validation-service:
build:
context: .
dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
ports:
- "41577:41577"
# validation-service:
# build:
# context: .
# dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
# ports:
# - "41577:41577"
# and lets try to implement potry again in the dockerfile now we now that it is about copy of files