intiial
Some checks failed
Deploy Dev / Build (pull_request) Successful in 1m19s
Deploy Dev / Push (pull_request) Failing after 1s
Deploy Dev / Deploy dev (pull_request) Has been skipped

This commit is contained in:
Egor Matveev
2025-11-24 02:36:02 +03:00
commit aaaa29a5a5
8 changed files with 435 additions and 0 deletions

20
.deploy/deploy-dev.yaml Normal file
View File

@@ -0,0 +1,20 @@
version: "3.4"
services:
caller-nginx:
image: mathwave/sprint-repo:caller
networks:
- common-infra-nginx-development
deploy:
mode: replicated
restart_policy:
condition: any
update_config:
parallelism: 1
order: start-first
networks:
common-infra-nginx-development:
external: true