IK
Size: a a a
IK
SV
SV
P
PK
A
version: '3.4'В логах ошибка
services:
selenoid:
image: aerokube/selenoid:latest-release
container_name: "selenoid"
volumes:
- "/p/QA/SelenoidTest/selenoid:/etc/selenoid"
- "/p/QA/SelenoidTest/selenoid/video:/opt/selenoid/video"
- "/p/QA/SelenoidTest/selenoid/logs:/opt/selenoid/logs"
- "/p/QA/SelenoidTest/selenoid/downloads:/opt/selenoid/downloads"
- "//var/run/docker.sock:/var/run/docker.sock"
environment:
- OVERRIDE_VIDEO_OUTPUT_DIR=/p/QA/SelenoidTest/selenoid/video/
command: ["-conf", "/etc/selenoid/browsers.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs", "-timeout", "5m"]
ports:
- "4444:4444"
network_mode: bridge
selenoid-ui:
image: aerokube/selenoid-ui
container_name: "selenoid-ui"
network_mode: bridge
links:
- selenoid
ports:
- "8080:8080"
command: [ "--selenoid-uri","http://selenoid:4444" ]
[VIDEO_ERROR] [Failed to rename /opt/selenoid/video/selenoid4f1ebed56ad3cdbbae25b1fbec549a5b.mp4 to /opt/selenoid/video/6c99164e8669873816f934b22cac7290.mp4: rename /opt/selenoid/video/selenoid4f1ebed56ad3cdbbae25b1fbec549a5b.mp4 /opt/selenoid/video/6c99164e8669873816f934b22cac7290.mp4: no such file or directory]
хотя OVERRIDE_VIDEO_OUTPUT_DIR есть и вроде всё должно быть примонтированоАД
АА
АД
АА
АД
АА
SG
АА
AN
IK
AN
P