more docker integration test tweaks
This commit is contained in:
parent
7d62a23b36
commit
7841dec5d8
9 changed files with 39 additions and 62 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue