изменено количество соединений с бд в пуле до 3
This commit is contained in:
		| @@ -8,6 +8,9 @@ services: | ||||
|     configs: | ||||
|       - source: app_config | ||||
|         target: /data/application.yaml | ||||
|       - source: hikari | ||||
|         target: /data/hikari.properties | ||||
|     entrypoint: ["java", "-Dhikaricp.configurationFile=/data/hikari.properties", "-jar", "/app.war"] | ||||
|  | ||||
|     labels: | ||||
|       - "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)" | ||||
| @@ -82,4 +85,13 @@ configs: | ||||
|               url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh | ||||
|               username: dwh | ||||
|               password: ${DWH_PASSWORD} | ||||
|       audit.enabled: true | ||||
|       audit.enabled: true | ||||
|       logging: | ||||
|         level: | ||||
|           com: | ||||
|             zaxxer: | ||||
|               hikari: DEBUG | ||||
|                | ||||
|   hikari: | ||||
|     content: | | ||||
|       maximumPoolSize=3 | ||||
		Reference in New Issue
	
	Block a user