Initial scaffold: React/Vite/TS PWA + Express/Prisma/Postgres backend
Materialschein & Kabelrechner für BergVOLT Elektrotechnik, portiert von der vorherigen Single-File-HTML-Version. Microsoft-Entra-ID-Login (MSAL), Projekt- Dashboard statt einer Datei pro Kunde, Retour-Buchen-Zusammenführung, 111 Kabeltypen aus den offiziellen Meinhart-Datenblättern. gitops/ nach PROX/deploy-standard: git-backed Portainer-Stack, versionierte Docker-Images, CI-Commit-back auf gitops/stack.yml. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Nur für die lokale Entwicklung (postgres). Produktiv läuft gitops/stack.yml auf Portainer.
|
||||
services:
|
||||
db:
|
||||
image: postgres:16-alpine
|
||||
ports:
|
||||
- "5433:5432"
|
||||
environment:
|
||||
POSTGRES_USER: materialschein
|
||||
POSTGRES_PASSWORD: dev
|
||||
POSTGRES_DB: materialschein
|
||||
volumes:
|
||||
- dev-pgdata:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
dev-pgdata:
|
||||
Reference in New Issue
Block a user