Доработки по выносу библиотек JDBC

This commit is contained in:
Постнов Андрей 2025-06-06 16:04:08 +03:00
parent 1f1805b31d
commit 617fcb217d

View File

@ -14,10 +14,10 @@ services:
target: /data/application.yaml
volumes:
- /opt/docker/eisa/lib:/data/lib:ro
entrypoint: ["java", "-Deisa.branch=${BRANCH}", "-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:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]"
labels:
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)${BRANCH}\\..+`)"