88 lines
1.8 KiB
YAML
88 lines
1.8 KiB
YAML
version: "3.4"
|
|
|
|
|
|
services:
|
|
|
|
worker:
|
|
image: mathwave/sprint-repo:ruz-bot
|
|
environment:
|
|
MONGO_HOST: "mongo.sprinthub.ru"
|
|
STAGE: "production"
|
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
|
networks:
|
|
- queues
|
|
- configurator
|
|
command: worker
|
|
deploy:
|
|
mode: replicated
|
|
restart_policy:
|
|
condition: any
|
|
update_config:
|
|
parallelism: 1
|
|
order: start-first
|
|
|
|
fetch:
|
|
image: mathwave/sprint-repo:ruz-bot
|
|
environment:
|
|
MONGO_HOST: "mongo.sprinthub.ru"
|
|
STAGE: "production"
|
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
|
DEBUG: "false"
|
|
networks:
|
|
- queues
|
|
- configurator
|
|
command: fetch
|
|
deploy:
|
|
mode: replicated
|
|
restart_policy:
|
|
condition: any
|
|
update_config:
|
|
parallelism: 1
|
|
order: start-first
|
|
|
|
notify:
|
|
image: mathwave/sprint-repo:ruz-bot
|
|
environment:
|
|
MONGO_HOST: "mongo.sprinthub.ru"
|
|
STAGE: "production"
|
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
|
DEBUG: "false"
|
|
networks:
|
|
- queues
|
|
- configurator
|
|
command: notify
|
|
deploy:
|
|
mode: replicated
|
|
restart_policy:
|
|
condition: any
|
|
update_config:
|
|
parallelism: 1
|
|
order: start-first
|
|
|
|
ruz-bot-nginx:
|
|
image: mathwave/sprint-repo:ruz-bot
|
|
networks:
|
|
- common-infra-nginx
|
|
- configurator
|
|
environment:
|
|
MONGO_HOST: "mongo.sprinthub.ru"
|
|
STAGE: "production"
|
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
|
DEBUG: "false"
|
|
command: api
|
|
deploy:
|
|
mode: replicated
|
|
restart_policy:
|
|
condition: any
|
|
update_config:
|
|
parallelism: 1
|
|
order: start-first
|
|
|
|
networks:
|
|
common-infra-nginx:
|
|
external: true
|
|
queues:
|
|
external: true
|
|
configurator:
|
|
external: true
|