Skip to content

Commit 9ace6fb

Browse files
authored
Merge pull request #7 from Delphington/backend_4
feat: update
2 parents bdbd70f + aa35154 commit 9ace6fb

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@
2626
* Bot
2727
* Scrapper
2828

29-
Для работы требуется БД `PostgreSQL`, `Redis`, `Kafka`.
29+
Для работы требуется `PostgreSQL`, `Redis`, `Kafka`.
3030

3131
### 📟 Схема приложения
3232
![Scrapper](https://github.com/user-attachments/assets/0a9cfa67-9f31-456f-a24d-24fbec93654e)<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7200.790836764663 2795.6894500653675" width="7200.790836764663" height="2795.6894500653675" class="excalidraw-svg">
33-
<!-- svg-source:excalidraw -->
34-
3533
---
3634

3735
## 🤖 Бот
@@ -151,22 +149,21 @@ Scrapper обрабатывает запросы от бота:
151149
## 🚀 Запуск проекта
152150

153151
1. Клонирование репозитория специальной ветки
154-
155-
```bash
156-
git clone -b feat-docker --single-branch https://github.com/Delphington/LinterBot
157-
```
152+
```bash
153+
git clone -b feat-docker --single-branch https://github.com/Delphington/LinterBot
154+
```
158155

159156
2. Перейдите в директорию с docker-конфигурацией:
160157
```bash
161-
cd LinterTelegramBot
158+
cd LinterTelegramBot
162159
```
163160

164161
3. Нужно прокинуть специальную переменную среды
165162
```bash
166-
$env:TELEGRAM_TOKEN="YOUR_TOKEN"
163+
$env:TELEGRAM_TOKEN="YOUR_TOKEN"
167164
```
168165

169166
4. Запустите сборку и запуск контейнеров:
170167
```bash
171-
docker-compose up --build
168+
docker-compose up --build
172169
```

0 commit comments

Comments
 (0)