Files
strom-next/.env.production.example
admin 6fdf29f040 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>
2026-06-28 16:34:24 +02:00

9 lines
276 B
Bash

# Auf nuccy als ".env" neben docker-compose.prod.yml ablegen (NICHT committen).
# Nur Geheimnisse/Abweichungen; der Rest steht in docker-compose.prod.yml.
# InfluxDB Read-Token (Bucket strom)
INFLUX_TOKEN=
# Optional: abweichender Host-Port (Default 3000)
# STROM_PORT=3000