Тестируем Gossip Router.

This commit is contained in:
Постнов Андрей 2024-10-30 15:56:35 +03:00
parent 99209ed064
commit 5bf6b5810e

View File

@ -10,12 +10,10 @@ services:
target: /data/application.yaml
- source: hikari
target: /data/hikari.properties
entrypoint: ["java", "-Dhikaricp.configurationFile=/data/hikari.properties", "-jar", "/app.war"]
entrypoint: ["java", "-Dhikaricp.configurationFile=/data/hikari.properties", "-Djgroups.tunnel.address=app-eisa.expertdwh.ru", "-jar", "/app.war"]
environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
JGROUPS_TUNNEL_ADDRESS: app-eisa.expertdwh.ru
JGROUPS_TUNNEL_PORT: 12001
labels:
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)"