Don't run Blaze in debug mode

This commit is contained in:
Martin Lablans
2023-07-27 09:37:19 +02:00
committed by GitHub
parent ed56f19b4e
commit 6ad91edefb

View File

@ -7,7 +7,6 @@ services:
environment:
BASE_URL: "http://bridgehead-ccp-blaze:8080"
JAVA_TOOL_OPTIONS: "-Xmx4g"
LOG_LEVEL: "debug"
ENFORCE_REFERENTIAL_INTEGRITY: "false"
volumes:
- "blaze-data:/app/data"