initial
This commit is contained in:
23
.deploy/deploy-prod.yaml
Normal file
23
.deploy/deploy-prod.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
version: "3.4"
|
||||
|
||||
|
||||
services:
|
||||
queues:
|
||||
image: mathwave/sprint-repo:queues
|
||||
networks:
|
||||
- queues
|
||||
environment:
|
||||
MONGO_HOST: "mongo.sprinthub.ru"
|
||||
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
||||
STAGE: "production"
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
condition: any
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: start-first
|
||||
|
||||
networks:
|
||||
queues:
|
||||
external: true
|
||||
Reference in New Issue
Block a user