intiial
This commit is contained in:
20
.deploy/deploy-dev.yaml
Normal file
20
.deploy/deploy-dev.yaml
Normal 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
|
||||
Reference in New Issue
Block a user