All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 3m57s
22 lines
466 B
JSON
22 lines
466 B
JSON
{
|
|
"port": 4000,
|
|
"noindex": true,
|
|
"readonly": false,
|
|
|
|
"webservice": {
|
|
"database": "mongodb://mongodb/pa11y-webservice",
|
|
"host": "0.0.0.0",
|
|
"port": 3000,
|
|
"cron": "0 2 * * *",
|
|
"chromeLaunchConfig": {
|
|
"args": [
|
|
"--no-sandbox",
|
|
"--disable-setuid-sandbox",
|
|
"--disable-dev-shm-usage",
|
|
"--disable-accelerated-2d-canvas",
|
|
"--disable-gpu",
|
|
"--window-size=1280,1024"
|
|
]
|
|
}
|
|
}
|
|
} |