Обновить docker-compose.yml
This commit is contained in:
parent
f81691b1cd
commit
5743a22bb8
@ -11,8 +11,6 @@ services:
|
|||||||
configs:
|
configs:
|
||||||
- source: app_config
|
- source: app_config
|
||||||
target: /data/application.yaml
|
target: /data/application.yaml
|
||||||
environment:
|
|
||||||
REPLICA: "{{.Task.Slot}}"
|
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`(?i)master\\..+`)"
|
- "traefik.http.routers.expertisa-master.rule=HostRegexp(`(?i)master\\..+`)"
|
||||||
@ -25,6 +23,7 @@ services:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
|
JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90"
|
||||||
|
REPLICA: "{{.Task.Slot}}"
|
||||||
|
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user