Merge main into production: public phone number +40 774 885 011, CI clone via LAN DNS
Build and Push Docker Images / build (push) Successful in 13s

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WpTYCBLH58XzrM7n3xPJ5N
This commit is contained in:
2026-08-23 17:39:36 +00:00
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -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
+4 -2
View File
@@ -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
+2 -2
View File
@@ -139,13 +139,13 @@
<div>
<span data-i18n="contact.phone">Phone</span>
<strong>
<a href="tel:+40722523764">+40 722-523-764</a>
<a href="tel:+40774885011">+40 774-885-011</a>
</strong>
</div>
<div>
<span>WhatsApp</span>
<strong>
<a href="https://wa.me/40722523764" target="_blank" rel="noreferrer">+40 722-523-764</a>
<a href="https://wa.me/40774885011" target="_blank" rel="noreferrer">+40 774-885-011</a>
</strong>
</div>
+2 -2
View File
@@ -126,13 +126,13 @@
<div>
<span data-i18n="contact.phone">Phone</span>
<strong>
<a href="tel:+40722523764">+40 722-523-764</a>
<a href="tel:+40774885011">+40 774-885-011</a>
</strong>
</div>
<div>
<span>WhatsApp</span>
<strong>
<a href="https://wa.me/40722523764" target="_blank" rel="noreferrer">+40 722-523-764</a>
<a href="https://wa.me/40774885011" target="_blank" rel="noreferrer">+40 774-885-011</a>
</strong>
</div>
</div>