updated docker file
This commit is contained in:
parent
a911c9077f
commit
1ea69f9696
|
|
@ -1,4 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.10 (hag_collector_api)" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (hag_collector_api)" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
|
|
@ -9,7 +9,7 @@ services:
|
|||
context: .
|
||||
dockerfile: DockerApiServices/AuthServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41575:41575"
|
||||
- "8081:41575"
|
||||
depends_on:
|
||||
- init-service
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ services:
|
|||
context: .
|
||||
dockerfile: DockerApiServices/ValidationServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41577:41577"
|
||||
- "8082:41577"
|
||||
depends_on:
|
||||
- init-service
|
||||
|
||||
|
|
@ -27,6 +27,6 @@ services:
|
|||
context: .
|
||||
dockerfile: DockerApiServices/EventServiceApi/Dockerfile
|
||||
ports:
|
||||
- "41576:41576"
|
||||
- "8083:41576"
|
||||
depends_on:
|
||||
- init-service
|
||||
|
|
|
|||
Loading…
Reference in New Issue