diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 20513db..558ddaf 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,7 +11,7 @@ on: - production env: - GIT_HOST: git.easysoft.ro + GIT_HOST: docker-git.easysoft.ro REGISTRY_HOST: registry.easysoft.ro DOCKER_BUILDKIT: "1" API_IMAGE: apps/myai-api diff --git a/docker-compose/.env.template b/docker-compose/.env.template index 6706fd1..0a74a89 100644 --- a/docker-compose/.env.template +++ b/docker-compose/.env.template @@ -49,8 +49,10 @@ Ai__Ollama__ChatModel=llama2 Ai__Ollama__EmbeddingModel=embedding-model Ai__Ollama__TimeoutSeconds=30 -# Database (shared) - maps to Database:Host etc. used by apps -Database__Host=sqlserver +# Database (shared) - maps to Database:Host etc. used by apps. +# Deployed (staging/prod) uses the LAN DNS name (resolves to the MSSQL VM 10.0.0.240); +# for local dev leave it unset to use the docker-compose 'sqlserver' service default. +Database__Host=mssql.easysoft.ro Database__Port=1433 Database__Name=MyAiDb Database__User=sa diff --git a/web/wwwroot/cv-matcher/index.html b/web/wwwroot/cv-matcher/index.html index e30f05b..349b5b4 100644 --- a/web/wwwroot/cv-matcher/index.html +++ b/web/wwwroot/cv-matcher/index.html @@ -139,13 +139,13 @@
diff --git a/web/wwwroot/index.html b/web/wwwroot/index.html index f5eacf0..6acb036 100644 --- a/web/wwwroot/index.html +++ b/web/wwwroot/index.html @@ -126,13 +126,13 @@