Changes
Build and Push Docker Images / build (push) Failing after 1s

This commit is contained in:
2026-05-08 14:52:04 +03:00
parent 28ba10fee7
commit 7d45daf393
+1 -1
View File
@@ -29,7 +29,7 @@ services:
- InternalApi__ApiKey=${InternalApi__ApiKey:-change-this-internal-key}
- InternalApi__RequireApiKey=${InternalApi__RequireApiKey:-false}
# Rag: matches rag-api appsettings Rag section
# Rag: matches rag-api appsettings Rag section 1
- Rag__MaxFileSizeMb=${Rag__MaxFileSizeMb:-8}
- Rag__ChunkSize=${Rag__ChunkSize:-900}
- Rag__ChunkOverlap=${Rag__ChunkOverlap:-150}