feat(T06): deployment config - Dockerfiles, docker-compose, Coolify guide, env example

This commit is contained in:
2026-07-18 15:47:26 +02:00
parent fbb1b39b57
commit 1620a35d71
10 changed files with 1140 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ const { NextConfig } = require('next');
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000/api/v1',