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