design nosepass template, add tests, add template previews

This commit is contained in:
Amruth Pillai
2023-11-17 08:31:12 +01:00
parent 0b4cb71320
commit 34247f13b6
92 changed files with 24440 additions and 35518 deletions

View File

@ -46,9 +46,11 @@ services:
ports:
- ${CHROME_PORT:-8080}:3000
environment:
TOKEN: ${CHROME_TOKEN:-chrome_token}
KEEP_ALIVE: true
CONNECTION_TIMEOUT: 10000
EXIT_ON_HEALTH_FAILURE: true
PRE_REQUEST_HEALTH_CHECK: true
TOKEN: ${CHROME_TOKEN:-chrome_token}
# Redis (for cache & server session management)
redis: