Set PRODUCTION_MODE true

PRODUCTION_MODE is a legacy feature and required deprecation (we don't fully understand what it does now and what it was originally intended to do).

change-type: patch
This commit is contained in:
Anton Belodedenko 2025-02-04 12:29:19 -08:00 committed by GitHub
parent ebf0ea55c5
commit 2522cf6111
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ x-default-environment: &default-environment
DB_PASSWORD: docker
DB_USER: docker
LOG_LEVEL: DEBUG
PRODUCTION_MODE: 'false'
PRODUCTION_MODE: 'true'
x-default-healthcheck-trait: &with-default-healthcheck
healthcheck: