Доработки по выносу библиотек JDBC

This commit is contained in:
Постнов Андрей 2025-06-06 12:48:35 +03:00
parent 7d89e24c2a
commit 68c7da1b65

View File

@ -12,9 +12,7 @@ services:
configs: configs:
- source: app_config - source: app_config
target: /data/application.yaml target: /data/application.yaml
- source: hikari entrypoint: ["java", "-Deisa.branch=${BRANCH}", "-Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"]
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"]
environment: environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90" JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
@ -157,8 +155,3 @@ configs:
minimum-idle: 1 minimum-idle: 1
maximum-pool-size: 50 maximum-pool-size: 50
audit.enabled: true audit.enabled: true
hikari:
content: |
minimumIdle=0
maximumPoolSize=12