Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
  • Loading branch information
light-source committed Nov 26, 2024
2 parents 64d5add + e0b1aec commit a17fb2e
Show file tree
Hide file tree
Showing 6 changed files with 22,153 additions and 22,147 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ document.getElementById('procaptcha-script').addEventListener('load', function (
### React Demo
You can view an end-to-end example of how to implement Procaptcha in a React application in
our [client-example](/modules/_prosopo_client_example.html)
and [client-example-server](/modules/_prosopo_client_example_server.html) packages. Details
our [client-example](https://github.com/prosopo/captcha/tree/main/demos/client-example)
and [client-example-server](https://github.com/prosopo/captcha/tree/main/demos/client-example-server) packages. Details
of how to run the examples are in the documentation at the previous links.
### HTML Demo
You can view an example of the bundle being used in a simple HTML page in
the [client-bundle-example](/modules/_prosopo_client_bundle_example.html). This example is
the [client-bundle-example](https://github.com/prosopo/captcha/tree/main/demos/client-bundle-example). This example is
frontend only.
4 changes: 4 additions & 0 deletions docker/docker-compose.provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ services:
retries: 3
start_period: 30s
timeout: 10s
dns:
- 8.8.8.8
- 1.1.1.1
- 208.67.222.222
database-dev:
container_name: database
profiles:
Expand Down
Loading

0 comments on commit a17fb2e

Please sign in to comment.