feat: Implement environment-aware AI service URL configuration, update web build settings, refine Docker Compose networking, and improve the installation script.

This commit is contained in:
2026-02-24 10:59:09 -03:00
parent 04dbe05704
commit 34a1f1c77d
8 changed files with 97 additions and 26 deletions
+7
View File
@@ -1,6 +1,13 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
optimizeFonts: false,
eslint: {
ignoreDuringBuilds: true,
},
typescript: {
ignoreBuildErrors: true,
},
images: {
remotePatterns: [
{