- upgrade to browserless v2

- add missing languages
- add donation banner
- update dependencies
- bump version to 4.0.9
This commit is contained in:
Amruth Pillai
2024-03-22 12:11:15 +01:00
parent 11953af700
commit 890875ad9d
62 changed files with 2517 additions and 2508 deletions

View File

@ -41,16 +41,16 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: browserless/chrome:1.61.0-puppeteer-21.4.1
image: ghcr.io/browserless/chromium:latest
restart: unless-stopped
ports:
- ${CHROME_PORT:-8080}:3000
environment:
KEEP_ALIVE: true
CONNECTION_TIMEOUT: 10000
TIMEOUT: 10000
CONCURRENT: 10
TOKEN: ${CHROME_TOKEN:-chrome_token}
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true
TOKEN: ${CHROME_TOKEN:-chrome_token}
# Redis (for cache & server session management)
redis:

View File

@ -39,9 +39,11 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: browserless/chrome:1.61.0-puppeteer-21.4.1
image: ghcr.io/browserless/chromium:latest
restart: unless-stopped
environment:
TIMEOUT: 10000
CONCURRENT: 10
TOKEN: chrome_token
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true

View File

@ -36,9 +36,11 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: browserless/chrome:1.61.0-puppeteer-21.4.1
image: ghcr.io/browserless/chromium:latest
restart: unless-stopped
environment:
TIMEOUT: 10000
CONCURRENT: 10
TOKEN: chrome_token
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true

View File

@ -50,11 +50,15 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: browserless/chrome:1.61.0-puppeteer-21.4.1
image: ghcr.io/browserless/chromium:latest
networks:
- reactive_resume_network
environment:
TIMEOUT: 10000
CONCURRENT: 10
TOKEN: chrome_token
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true
deploy:
replicas: 2
restart_policy:

View File

@ -41,9 +41,11 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: browserless/chrome:1.61.0-puppeteer-21.4.1
image: ghcr.io/browserless/chromium:latest
restart: unless-stopped
environment:
TIMEOUT: 10000
CONCURRENT: 10
TOKEN: chrome_token
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true

View File

@ -39,9 +39,11 @@ services:
# Chrome Browser (for printing and previews)
chrome:
image: browserless/chrome:1.61.0-puppeteer-21.4.1
image: ghcr.io/browserless/chromium:latest
restart: unless-stopped
environment:
TIMEOUT: 10000
CONCURRENT: 10
TOKEN: chrome_token
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true