multiple instances

This commit is contained in:
Shihaam Abdul Rahman 2023-03-08 13:20:13 +05:00
parent 2c9e1488d2
commit 82f8cc933d
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -15,7 +15,7 @@ services:
# - TG_BOT_TOKEN= # modify if needed, default value set during build
# - CHAT_IDS=# modify if needed, default value set during build
deploy:
replicas: 3
replicas: 5 # Change this to however number of multiple instanaces you want
```
4. Modify `SCRAPPER_CONTROL_API_KEY`
5. Run `docker compose up -d`