bottestbug/docker-compose.yml
Professional 61ef33baec dhthfh
2025-03-23 01:08:22 +07:00

16 lines
185 B
YAML

version: '3.8'
services:
bot:
build: .
container_name: telegram_bot_kit
ports:
- "8081:80"
working_dir: /app
command: ["dotnet", "ТГ бот.dll"]