events initated first endpoint tested

This commit is contained in:
2025-01-30 16:56:40 +03:00
parent b664f64eb4
commit 9781cae858
31 changed files with 576 additions and 521 deletions

View File

@@ -19,12 +19,14 @@ services:
dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
ports:
- "41577:41577"
depends_on:
- init-service
# event-service:
# build:
# context: .
# dockerfile: DockerApiServices/EventServiceApi/Dockerfile
# ports:
# - "41576:41576"
# depends_on:
# - init-service
event-service:
build:
context: .
dockerfile: DockerApiServices/EventServiceApi/Dockerfile
ports:
- "41576:41576"
depends_on:
- init-service