redis implemntations and api setup completed
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
services:
|
||||
init-service:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DockerApiServices/InitServiceApi/Dockerfile
|
||||
|
||||
auth-service:
|
||||
build:
|
||||
context: .
|
||||
@@ -11,12 +16,12 @@ services:
|
||||
context: .
|
||||
dockerfile: DockerApiServices/EventServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41576:41575"
|
||||
- "41576:41576"
|
||||
|
||||
validation-service:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41577:41575"
|
||||
- "41577:41577"
|
||||
# and lets try to implement potry again in the dockerfile now we now that it is about copy of files
|
||||
|
||||
Reference in New Issue
Block a user