master #19

Merged
emmatveev merged 11 commits from master into prod 2025-01-07 02:30:44 +03:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit f3c832065a - Show all commits

View File

@ -13,6 +13,8 @@ services:
mode: replicated
restart_policy:
condition: any
placement:
constraints: [node.labels.stage == development]
update_config:
parallelism: 1
order: start-first

View File

@ -13,6 +13,8 @@ services:
mode: replicated
restart_policy:
condition: any
placement:
constraints: [node.labels.stage == production]
update_config:
parallelism: 1
order: start-first