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