Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Sep 6, 2023
1 parent 34bcab7 commit cfc9974
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Usage: yarn start [options]
Options:
-c, --config JSON string with the scrapix configuration
-p, --config-path Path to the scrapix configuration JSON file
-p, --config-path Path to the scrapix configuration JSON file
-b, --browser-path Path to the browser binary
```
```

## Endpoint

Expand Down Expand Up @@ -221,3 +221,16 @@ Here is the Webhook payload:
```

It is possible to add additional information in the webhook payload through the `webhook_payload` configuration

## Docker

### Usage

```
docker run --rm --env-file .env getmeili/scrapix
docker run -rm --env CRAWLER_CONFIG=$CRAWLER_CONFIG getmeili/scrapix
```

## Publish

The CI handles the publishing.

0 comments on commit cfc9974

Please sign in to comment.