3 Commits

View File

@ -13,11 +13,11 @@ services:
- source: app_config - source: app_config
target: /data/application.yaml target: /data/application.yaml
volumes: volumes:
- /opt/docker/eisa/lib:/lib:ro - /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: 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: