validation services added
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user