new api service and logic implemented
This commit is contained in:
22
docker-compose-services.yml
Normal file
22
docker-compose-services.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
auth-service:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DockerApiServices/AuthServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41575:41575"
|
||||
|
||||
event-service:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DockerApiServices/EventServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41576:41575"
|
||||
|
||||
validation-service:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41577:41575"
|
||||
# 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