fix(docs): Promote DEBUG=false in production docker compose (#8390)

fix(docs): Use DEBUG=false in production docker compose

Signed-off-by: Jonas Bernard <public.jbernard@web.de>
This commit is contained in:
Jonas Bernard
2026-02-04 09:35:32 +01:00
committed by GitHub
parent 5201b58d3e
commit 5ac50c9348

View File

@@ -150,7 +150,7 @@ services:
ports:
- 8080:8080
environment:
- DEBUG=true
- DEBUG=false
volumes:
- ./models:/models:cached
# For NVIDIA GPUs, uncomment: