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

This commit is contained in:
Постнов Андрей 2025-05-16 09:52:42 +00:00
parent f81691b1cd
commit 5743a22bb8

View File

@ -11,8 +11,6 @@ services:
configs:
- source: app_config
target: /data/application.yaml
environment:
REPLICA: "{{.Task.Slot}}"
labels:
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`(?i)master\\..+`)"
@ -25,6 +23,7 @@ services:
environment:
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
REPLICA: "{{.Task.Slot}}"
network_mode: bridge