add global docker setting

update env.example, add docker-compose.yml for start all services
This commit is contained in:
poturaevpetr
2026-04-22 18:27:32 +05:00
parent eda348deea
commit c32f3e12ec
7 changed files with 153 additions and 6 deletions
+2
View File
@@ -4,6 +4,8 @@ import path from "path";
const isDev = process.env.NODE_ENV === "development";
const nextConfig: NextConfig = {
output: "standalone",
outputFileTracingRoot: path.join(__dirname, "../.."),
...(isDev && {
turbopack: {
root: path.resolve(__dirname, "../.."),