initial
This commit is contained in:
16
.deploy/deploy-dev.yaml
Normal file
16
.deploy/deploy-dev.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.4"
|
||||
|
||||
|
||||
services:
|
||||
|
||||
bot:
|
||||
image: mathwave/sprint-repo:pizda-bot
|
||||
environment:
|
||||
TELEGRAM_TOKEN: $TELEGRAM_TOKEN_DEV
|
||||
deploy:
|
||||
mode: replicated
|
||||
restart_policy:
|
||||
condition: any
|
||||
update_config:
|
||||
parallelism: 1
|
||||
order: start-first
|
||||
Reference in New Issue
Block a user