fix docker selenium

This commit is contained in:
2025-06-30 13:00:44 +02:00
parent c13c1db638
commit 21abbcdff5
2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
# FROM selenium/standalone-chrome:108.0 AS final # FROM selenium/standalone-chrome:108.0 AS final
FROM selenium/standalone-chrome:133.0-20250606 AS final # FROM selenium/standalone-chrome:133.0-20250606 AS final
FROM selenium/standalone-chrome:latest AS final
COPY ./chromedriver /bin/chromedriver COPY ./chromedriver /bin/chromedriver
RUN mkdir -p /home/seluser/profile/ #RUN mkdir -p /home/seluser/profile/
ENV TZ=Europe/Brussels ENV TZ=Europe/Brussels
# 15 minutes session timeout # 15 minutes session timeout

View File

@ -1,8 +1,8 @@
services: services:
undetected-chromedriver: undetected-chromedriver:
build: build:
context: ../ context: ./
dockerfile: undetectedChromedriver/seleniumChromedriverDockerfile dockerfile: seleniumChromedriverDockerfile
volumes: volumes:
- /tmp:/tmp - /tmp:/tmp
- chromeProfile:/home/seluser/profile/ - chromeProfile:/home/seluser/profile/