docker compose

This commit is contained in:
mmrbnjd
2025-09-04 19:08:57 +03:30
parent 1ca1b4f1eb
commit 4748413951
6 changed files with 57 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
 docker build -t ai_assistance:v1 .
docker run --name openai_assistance -d -p 5042:5010 [IMAGEID]
docker run --name openai_assistance -d -p 5042:5010 ai_assistance:v1

View File

@@ -1,3 +1,3 @@
E:\_hushian> docker build -f Presentation\Hushian.WebApi\Dockerfile -t hushianapi .
docker run --name hushian_api -d -p 8080:8080 [imageid]
docker run --name hushian_api -d -p 8080:8080 hushianapi

View File

@@ -18,7 +18,7 @@
},
"aigrpcserver": {
"target": "localhost:5042"
"target": "192.168.1.12:5011"
},

View File

@@ -1,5 +1,5 @@
{
"BaseAddress": "http://localhost:5089/api/",
"BaseAddress": "http://192.168.1.12:1011/api/",
"Logging": {
"LogLevel": {
"Default": "Information",