From 68c7da1b6582735d602609bf9faf4b8465ed3f47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BE=D1=81=D1=82=D0=BD=D0=BE=D0=B2=20=D0=90=D0=BD?= =?UTF-8?q?=D0=B4=D1=80=D0=B5=D0=B9?= Date: Fri, 6 Jun 2025 12:48:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=BE=20=D0=B2=D1=8B=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=83=20=D0=B1=D0=B8=D0=B1=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA?= =?UTF-8?q?=20JDBC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a58b000..8b985df 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,9 +12,7 @@ services: configs: - source: app_config target: /data/application.yaml - - source: hikari - target: /data/hikari.properties - entrypoint: ["java", "-Dexpertisa.branch=${BRANCH}", "-Dhikaricp.configurationFile=/data/hikari.properties", "-Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"] + entrypoint: ["java", "-Deisa.branch=${BRANCH}", "-Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"] environment: JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90" @@ -156,9 +154,4 @@ configs: pool-name: uwh minimum-idle: 1 maximum-pool-size: 50 - audit.enabled: true - - hikari: - content: | - minimumIdle=0 - maximumPoolSize=12 \ No newline at end of file + audit.enabled: true \ No newline at end of file