This commit is contained in:
2026-04-15 19:53:38 +05:00
parent a3bf5f990a
commit 610f27a9cb
2 changed files with 20 additions and 0 deletions

View File

@@ -28,6 +28,24 @@ const nextConfig: NextConfig = {
port: '9000',
pathname: '/**',
},
{
protocol: "http",
hostname: "minio",
port: "9100",
pathname: "/**",
},
{
protocol: "http",
hostname: "localhost",
port: "9100",
pathname: "/**",
},
{
protocol: "http",
hostname: "host.docker.internal",
port: "9100",
pathname: "/**",
},
]
},
devIndicators: false,