feat: Docker production setup (Portainer + Traefik)

Adds multi-stage Dockerfile (runner + worker targets), docker-compose.prod.yml
with Traefik labels, auto-migration on deploy, and next.config.ts standalone
output mode.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-08 22:12:58 +02:00
parent 5bf6013460
commit a2277ee1b3
3 changed files with 200 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin('./src/i18n/request.ts');
const nextConfig: NextConfig = {
output: 'standalone',
serverExternalPackages: ['@react-pdf/renderer'],
};