Update avente-crm/aventecrm.yml

This commit is contained in:
emrekirman 2026-02-09 07:25:52 +00:00
parent b4669bfb98
commit c269d46bae

View File

@ -11,9 +11,10 @@ services:
deploy: deploy:
replicas: 1 replicas: 1
restart_policy: restart_policy:
condition: always condition: any
delay: 10s delay: 10s
max_attempts: 6 max_attempts: 6
window: 180s
placement: placement:
constraints: constraints:
- node.labels.platform == prod - node.labels.platform == prod
@ -44,8 +45,9 @@ services:
order: start-first order: start-first
restart_policy: restart_policy:
condition: always condition: always
delay: 5s delay: 10s
max_attempts: 6 max_attempts: 6
window: 180s
placement: placement:
constraints: constraints:
- node.labels.platform == prod - node.labels.platform == prod
@ -74,6 +76,7 @@ services:
condition: always condition: always
delay: 5s delay: 5s
max_attempts: 6 max_attempts: 6
window: 180s
placement: placement:
constraints: constraints:
- node.labels.platform == prod - node.labels.platform == prod