This commit is contained in:
emmatveev 2024-05-01 16:15:10 +03:00
parent 14d87bed02
commit e495a7c48a
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ services:
roulette-nginx: roulette-nginx:
image: mathwave/sprint-repo:roulette-bot image: mathwave/sprint-repo:roulette-bot
command: bot command: api
environment: environment:
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
MONGO_HOST: "mongo.develop.sprinthub.ru" MONGO_HOST: "mongo.develop.sprinthub.ru"

View File

@ -28,7 +28,7 @@ services:
roulette-nginx: roulette-nginx:
image: mathwave/sprint-repo:roulette-bot image: mathwave/sprint-repo:roulette-bot
command: bot command: api
networks: networks:
- net - net
- common-infra-nginx - common-infra-nginx