New Replicas param.
This commit is contained in:
parent
cedc1bbc30
commit
fedb64ca9a
@ -4,7 +4,7 @@ services:
|
||||
pull_policy: always
|
||||
restart: unless-stopped
|
||||
deploy:
|
||||
replicas: 2
|
||||
replicas: ${REPLICAS:-1}
|
||||
resources:
|
||||
limits:
|
||||
cpus: '4.0'
|
||||
@ -56,7 +56,7 @@ configs:
|
||||
content: |
|
||||
infinispan:
|
||||
embedded:
|
||||
enabled: true
|
||||
${REPLICAS:+enabled: true}
|
||||
cluster-name: eisa-${BRANCH}
|
||||
stack: tunnel
|
||||
spring:
|
||||
|
Loading…
x
Reference in New Issue
Block a user