fix: COPY init.sql into DB image, remove Next.js basePath for Traefik prefix stripping
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
basePath: '/sistem-km-next',
|
||||
/* config options here */
|
||||
// basePath removed: Coolify's Traefik strips the /sistem-km-next prefix before
|
||||
// forwarding to this container, so Next.js must respond at root /.
|
||||
// The Traefik path /sistem-km-next -> container / mapping handles routing.
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user