Доработки по выносу библиотек JDBC
This commit is contained in:
		| @@ -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 | ||||
|       audit.enabled: true | ||||
		Reference in New Issue
	
	Block a user