Added video transcription
All checks were successful
Push image to registry / build-image (push) Successful in 5m59s

This commit is contained in:
2025-07-04 12:36:03 +02:00
parent a00c5ba4b8
commit f0e52147e4
8 changed files with 321 additions and 41 deletions

View File

@ -6,8 +6,8 @@ COPY ./chromedriver /bin/chromedriver
#RUN mkdir -p /home/seluser/profile/
ENV TZ=Europe/Brussels
# 15 minutes session timeout
ENV SE_OPTS="--session-timeout 900"
# 30 minutes session timeout
ENV SE_OPTS="--session-timeout 1800"
HEALTHCHECK --interval=30s --timeout=10s --retries=3 CMD curl -s http://localhost:4444/wd/hub/status | jq -e '.value.ready == true' || exit 1