diff --git a/docker-compose.yml b/docker-compose.yml index a5a1666..f36d5e9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}\\..+`)"