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