add: verify code in telegram
All checks were successful
Build and Deploy / deploy (push) Successful in 41s
All checks were successful
Build and Deploy / deploy (push) Successful in 41s
This commit is contained in:
@ -13,6 +13,19 @@ services:
|
||||
- .env
|
||||
depends_on:
|
||||
- mongodb
|
||||
command: ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]
|
||||
|
||||
telegram_bot:
|
||||
container_name: telegram_bot
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
user: "${UID:-1000}:${GID:-1000}"
|
||||
volumes:
|
||||
- ./telegram_bot.py:/app/telegram_bot.py
|
||||
env_file:
|
||||
- .env
|
||||
command: ["python", "telegram_bot.py"]
|
||||
|
||||
mongodb:
|
||||
container_name: mongodb
|
||||
|
Reference in New Issue
Block a user