feat(03-04): Dockerfile SSR multi-stage + docker-compose Traefik port 3000

- Rewrite Dockerfile: node:22-alpine build + runtime, copy .output/, node server
- Add .dockerignore excluding node_modules, .nuxt, .output, src, .git, .planning
- Update docker-compose loadbalancer port from 80 to 3000
- Add SMTP and GA4 environment variables to docker-compose
This commit is contained in:
2026-04-08 18:40:23 +02:00
parent 8adcd19dbe
commit c4a7083f79
3 changed files with 26 additions and 28 deletions
+8
View File
@@ -0,0 +1,8 @@
node_modules
.nuxt
.output
dist
src
.git
*.md
.planning