Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Add md with needed commands
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangRongLin committed May 26, 2021
1 parent bbee651 commit b9bc001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker compose up --scale novel-worker=12

for i in {1..20}; do curl --location --request POST 'http://localhost:8080/novel/trigger' --header 'Content-Type: application/json' --data-raw '{"url": "https://insidethemirror1.wordpress.com/2021/05/16/chapter-18-reason/","tableOfContents": "false"}'; done

0 comments on commit b9bc001

Please sign in to comment.