-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
31 lines (29 loc) · 787 Bytes
/
docker-compose.yml
File metadata and controls
31 lines (29 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: '3'
services:
#--------------#
zalenium:
privileged: true
image: dosel/zalenium
container_name: zalenium
hostname: zalenium
tty: true
volumes:
- /tmp/videos:/home/seluser/videos
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 4444:4444
command: >
start --desiredContainers 2
--maxDockerSeleniumContainers 4
--maxDockerSeleniumContainers 8
--screenWidth 1920 --screenHeight 1080
--timeZone "Europe/Amsterdam"
# --videoRecordingEnabled true
# --browserStackEnabled true
# --startTunnel true
environment:
# - HOST_UID
# - HOST_GID
# - BROWSER_STACK_USER
# - BROWSER_STACK_KEY
- PULL_SELENIUM_IMAGE=true