setka/.deploy/deploy-prod.yaml
Egor Matveev a6f6b17c98
All checks were successful
Deploy Prod / Build (pull_request) Successful in 38s
Deploy Prod / Push (pull_request) Successful in 13s
Deploy Prod / Deploy prod (pull_request) Successful in 12s
init
2025-09-17 19:03:20 +03:00

22 lines
390 B
YAML

version: "3.4"
services:
setka:
image: mathwave/sprint-repo:setka
networks:
- common-infra-nginx
deploy:
mode: replicated
restart_policy:
condition: any
placement:
constraints: [node.labels.stage == production]
update_config:
parallelism: 1
order: start-first
networks:
common-infra-nginx:
external: true