Add Docker/Traefik deployment setup

This commit is contained in:
2026-08-01 16:38:15 +02:00
parent c4c750cb74
commit e04495ee2d
7 changed files with 79 additions and 3 deletions
+1
View File
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
allowedDevOrigins: ["192.168.100.6"],
output: "standalone",
};
export default nextConfig;