Skip to content

Commit cf78f43

Browse files
author
apedik
committed
Added mftf selenium support
1 parent 8b10044 commit cf78f43

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docker/services.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,19 @@ services:
6262
volumes:
6363
- web_files:/var/www/htdocs
6464
- shared-tmp:/tmp
65+
networks:
66+
default:
67+
aliases:
68+
- eg-m2-opensource.loc
69+
70+
selenium:
71+
image: selenium/standalone-chrome:latest
72+
shm_size: '2gb'
73+
ports:
74+
- "4444:4444"
75+
- "7900:7900"
76+
depends_on:
77+
- nginx
6578

6679
elasticsearch7:
6780
build:

0 commit comments

Comments
 (0)