Complete setup for docker. Add readme, and fix some bugs

This commit is contained in:
2025-03-17 12:59:06 +04:00
parent 46c040c642
commit f57f842783
14 changed files with 181 additions and 48 deletions

View File

@@ -9,16 +9,17 @@ const nextConfig = {
},
];
},
images: {
remotePatterns: [
{
protocol: process.env.NEXT_PUBLIC_BASE_PROTOCOL,
hostname: process.env.NEXT_PUBLIC_BASE_DOMAIN,
port: process.env.NEXT_PUBLIC_BASE_PORT,
},
],
},
// images: {
// remotePatterns: [
// {
// protocol: process.env.NEXT_PUBLIC_BASE_PROTOCOL,
// hostname: process.env.NEXT_PUBLIC_BASE_DOMAIN,
// port: process.env.NEXT_PUBLIC_BASE_PORT,
// },
// ],
// },
devIndicators: false,
output: "standalone",
};
export default nextConfig;