more docker integration test tweaks

This commit is contained in:
Danny Coates 2018-05-03 23:47:44 -07:00
parent 7d62a23b36
commit 7841dec5d8
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
9 changed files with 39 additions and 62 deletions

View file

@ -10,17 +10,17 @@ services:
- REDIS_HOST=redis
redis:
image: redis:alpine
ports:
- "6379:6379"
selenium:
image: b4handjr/selenium-firefox
ports:
- "5900"
- "4444:4444"
- "${VNC_PORT:-5900}:5900"
shm_size: 2g
integration-tests:
build: ./test/integration
environment:
- BASE_URL=${BASE_URL:-http://web:1443}
links:
- web
- selenium
volumes:
- "./coverage:/coverage"