Обновить docker-compose.yml

This commit is contained in:
2026-03-25 19:28:47 +00:00
parent f07a60622e
commit 50443bb954

View File

@@ -19,6 +19,9 @@ services:
environment: environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=75 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]" JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=75 -Djgroups.tunnel.hosts=app-eisa.expertdwh.ru[12001]"
env_file:
- stack.env
labels: labels:
- "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)^${BRANCH}\\..+`)" - "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`(?i)^${BRANCH}\\..+`)"
- "traefik.http.routers.expertisa-${BRANCH}.tls=true" - "traefik.http.routers.expertisa-${BRANCH}.tls=true"
@@ -86,6 +89,7 @@ configs:
token: ${GIT_TOKEN} token: ${GIT_TOKEN}
branches: branches:
enabled: true enabled: true
protect-main-branch-merge:
personal-tunes-git: personal-tunes-git:
url: https://git.expertdwh.ru/EWH/expert-isa-2-personal-tunes url: https://git.expertdwh.ru/EWH/expert-isa-2-personal-tunes
branch: ${BRANCH} branch: ${BRANCH}