Files
justvitamin/docker-compose.yml
T
Omair Saleh 056c47581f feat: editorial review dashboard + elite-grade pilot batch (5 SKUs)
Ships the second dashboard surface — a Pattern Library + Preview Theatre — that
presents the 4-section PDP pilot batch back to Umar, compliance, and the board
in an editorial format. Adds the full data layer that drives it: 5 source-backed
per-SKU drafts at QA 100/100, 15 competitor PDP semantic extracts, PubMed
evidence packs, EFSA claims library extension, JV brand voice guide, hand-curated
product FAQs, and the Matrixify-ready CSV exports for Lewis.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-02 18:50:09 +08:00

20 lines
494 B
YAML

services:
jv-dashboard:
build: .
image: jv-dashboard:latest
restart: unless-stopped
environment:
- NODE_ENV=production
labels:
- "traefik.enable=true"
- "traefik.http.routers.jv.rule=Host(`jv.quikcue.com`)"
- "traefik.http.routers.jv.entrypoints=websecure"
- "traefik.http.routers.jv.tls.certresolver=letsencrypt"
- "traefik.http.services.jv.loadbalancer.server.port=3456"
networks:
- web
networks:
web:
external: true