From 65f3535382dde9ac8475ee0c404401a878b93684 Mon Sep 17 00:00:00 2001 From: sindoring Date: Mon, 14 Sep 2026 09:41:53 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=D0=B0=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20production=20realm=20=D0=B2=20bnetserver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compose.yaml b/compose.yaml index 4cadc3f..dcc9428 100644 --- a/compose.yaml +++ b/compose.yaml @@ -54,6 +54,10 @@ services: DB_PORT: 3306 DB_USER: ${DB_USER:-sylvania} DB_PASSWORD: ${DB_PASSWORD:-sylvania} + REALM_NAME: ${REALM_NAME:-Sylvania Solo} + REALM_ADDRESS: ${REALM_ADDRESS:-127.0.0.1} + REALM_PORT: ${REALM_PORT:-8086} + DBC_LOCALE: ${DBC_LOCALE:-8} EXTERNAL_ADDRESS: ${EXTERNAL_ADDRESS:-127.0.0.1} ports: - "1119:1119"