bottestbug/docker-compose.yml

11 lines
180 B
YAML
Raw Normal View History

2025-03-22 00:16:53 +07:00
version: '3.8'
services:
bot:
build: .
2025-03-22 00:18:25 +07:00
container_name: telegram_bot_kit
2025-03-22 00:16:53 +07:00
ports:
- "8080:80"
working_dir: /app
command: ["dotnet", "ТГ бот.dll"]