Commit graph

2 commits

Author SHA1 Message Date
Vadym Samoilenko
5453591b27 feat: add relaxed safety filter toggle to image generation
Adds a per-request BLOCK_ONLY_HIGH safety level option so users can
generate creative content that the default filters would otherwise block.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 15:50:01 +01:00
Vadym Samoilenko
03671abcaa feat: add Docker setup for optical-prod deployment
Multi-stage Dockerfile (node:20 builder + php:8.2-fpm-alpine runtime),
nginx serving frontend SPA + PHP-FPM backend at /lux-studio/, supervisord
managing both processes. docker-compose.prod.yml on port 8085, .env.optical
mounted read-only, uploads in a named volume.
Apache include at deploy/apache-lux-studio.conf proxies /lux-studio/ → :8085.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 16:13:52 +01:00