Обновить docker-compose.yml
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user