loreal-spec-tool/docker-compose.yml
Phil Dore 21fcf63431 Initial commit — L'Oréal Spec Tool
238 specs (CH/CZ/DE/NORDICS), dark/light theme, cascading filters,
side-by-side comparison, checklist export, admin panel, bulk import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 18:39:10 +01:00

14 lines
293 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "3101:3101"
environment:
- PORT=3101
- NODE_ENV=production
- ADMIN_TOKEN=${ADMIN_TOKEN:-loreal2024}
volumes:
- ./specs.json:/app/specs.json