18 lines
330 B
YAML
18 lines
330 B
YAML
version: "3.4"
|
|
|
|
|
|
services:
|
|
|
|
bot:
|
|
image: mathwave/sprint-repo:roulette-bot
|
|
environment:
|
|
MONGO_HOST: "mongo.sprinthub.ru"
|
|
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
|
|
deploy:
|
|
mode: replicated
|
|
restart_policy:
|
|
condition: any
|
|
update_config:
|
|
parallelism: 1
|
|
order: start-first
|