version: '3.8' services: bot: build: . container_name: telegram_bot_kit ports: - "8081:80" working_dir: /app command: ["dotnet", "ТГ бот.dll"] volumes: - bot_data:/app/bot.bd volumes: bot_data: driver: local driver_opts: type: none device: ${PWD}/bot.bd o: bind