Faster scraping
This commit is contained in:
parent
05b8ee06c1
commit
852bb3f3a7
4 changed files with 437 additions and 324 deletions
|
|
@ -146,6 +146,12 @@ services:
|
|||
# networks:
|
||||
# - dev-network
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "curl", "-f", "http://localhost:8191/health"]
|
||||
# interval: 30s
|
||||
# timeout: 5s
|
||||
# retries: 3
|
||||
# start_period: 30s
|
||||
|
||||
# finder:
|
||||
# build:
|
||||
|
|
@ -161,8 +167,14 @@ services:
|
|||
# gluetun:
|
||||
# condition: service_healthy
|
||||
# flaresolverr:
|
||||
# condition: service_started
|
||||
# condition: service_healthy
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "python3", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:1234/health')"]
|
||||
# interval: 30s
|
||||
# timeout: 5s
|
||||
# retries: 3
|
||||
# start_period: 60s
|
||||
|
||||
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue