bottestbug/docker-compose.yml
Professional 3c0fc8e6e2 frgj
2025-03-22 00:19:19 +07:00

11 lines
180 B
YAML

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