1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/selenium/docker-compose.yml

12 lines
225 B
YAML
Raw Normal View History

2015-09-22 18:35:28 +02:00
firefox:
2016-02-04 04:12:14 +02:00
image: selenium/standalone-firefox-debug
2015-09-22 18:35:28 +02:00
ports:
- "4444:4444"
2016-02-04 04:12:14 +02:00
- "5900:5900"
2015-09-22 18:35:28 +02:00
environment:
- JAVA_OPTS=-Xmx512m
2016-11-30 15:18:00 +02:00
- SCREEN_WIDTH=1024
- SCREEN_HEIGHT=768
- SCREEN_DEPTH=16
2015-09-22 18:35:28 +02:00
restart: always