Changes
This commit is contained in:
@@ -3,8 +3,8 @@ version: "3.8"
|
||||
services:
|
||||
rag-api:
|
||||
build:
|
||||
context: ../rag-api
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: rag-api/Dockerfile
|
||||
container_name: myai-rag-api
|
||||
ports:
|
||||
- "8081:8080"
|
||||
@@ -25,8 +25,8 @@ services:
|
||||
|
||||
cv-matcher-api:
|
||||
build:
|
||||
context: ../cv-matcher-api
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: cv-matcher-api/Dockerfile
|
||||
container_name: myai-cv-matcher-api
|
||||
depends_on:
|
||||
- rag-api
|
||||
@@ -52,8 +52,8 @@ services:
|
||||
depends_on:
|
||||
- cv-matcher-api
|
||||
build:
|
||||
context: ../api
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: api/Dockerfile
|
||||
container_name: myai-api
|
||||
ports:
|
||||
- "8080:8080"
|
||||
|
||||
Reference in New Issue
Block a user