22 lines
390 B
YAML
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
|