bottestbug/docker-compose.yml

14 lines
183 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:
2025-03-22 00:19:19 +07:00
- "8081:80"
2025-03-22 00:16:53 +07:00
working_dir: /app
command: ["dotnet", "ТГ бот.dll"]
2025-03-22 00:26:43 +07:00
2025-03-22 00:22:39 +07:00