validation services added

This commit is contained in:
2025-01-30 12:13:35 +03:00
parent 9276740e0e
commit 822e4155a1
24 changed files with 279 additions and 708 deletions

View File

@@ -13,6 +13,13 @@ services:
depends_on:
- init-service
validation-service:
build:
context: .
dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
ports:
- "41577:41577"
# event-service:
# build:
# context: .
@@ -20,12 +27,4 @@ services:
# ports:
# - "41576:41576"
# depends_on:
# - init-service
# 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
# - init-service