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>
14 lines
293 B
YAML
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
|