5693a794b4
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
14 lines
260 B
YAML
14 lines
260 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
chrome:
|
|
image: selenium/standalone-chrome:3.141
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|
|
firefox:
|
|
image: selenium/standalone-firefox:3.141
|
|
volumes:
|
|
- /dev/shm:/dev/shm
|
|
network_mode: host
|