Docker-Deployment fuer nuccy

- Dockerfile (Next.js standalone, Multi-Stage) + .dockerignore
- deploy.sh fuer strom-next angepasst (Registry docker.citysensor.de,
  multiplatform build & push)
- docker-compose.prod.yml: Netzwerk 'smarthome' (external), InfluxDB als
  Host 'influx', alle Env-Defaults gesetzt, INFLUX_TOKEN aus .env
- .env.production.example (nur Token/Port), public/ fuer den Image-Build
- README: Deploy-Anleitung

Lokal verifiziert: Image baut, Container startet und liefert HTTP 200.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-28 16:34:24 +02:00
parent 8873ffe9d3
commit 6fdf29f040
8 changed files with 242 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ yarn-error.log*
.env*
!.env.example
!.env.local.example
!.env.production.example
# vercel
.vercel