Compare commits
5 Commits
7d89e24c2a
...
test-jdbc
Author | SHA1 | Date | |
---|---|---|---|
e247188c18 | |||
617fcb217d | |||
1f1805b31d | |||
0f1af2f902 | |||
68c7da1b65 |
@ -12,12 +12,12 @@ services:
|
|||||||
configs:
|
configs:
|
||||||
- source: app_config
|
- source: app_config
|
||||||
target: /data/application.yaml
|
target: /data/application.yaml
|
||||||
- source: hikari
|
volumes:
|
||||||
target: /data/hikari.properties
|
- /opt/docker/eisa/lib:/data/lib:ro
|
||||||
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}", "-cp", "/app.war", "org.springframework.boot.loader.launch.PropertiesLauncher"]
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
|
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)${BRANCH}\\..+`)"
|
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)${BRANCH}\\..+`)"
|
||||||
@ -57,7 +57,7 @@ configs:
|
|||||||
infinispan:
|
infinispan:
|
||||||
embedded:
|
embedded:
|
||||||
${REPLICAS:+enabled: true}
|
${REPLICAS:+enabled: true}
|
||||||
cluster-name: eisa-${BRANCH}
|
${REPLICAS:+cluster-name: eisa-${BRANCH}}
|
||||||
stack: tunnel
|
stack: tunnel
|
||||||
spring:
|
spring:
|
||||||
mail:
|
mail:
|
||||||
@ -157,8 +157,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
|
|
Reference in New Issue
Block a user