blob: bcac4a475ce34b344eb53f10d434a4a74f68e31e [file] [log] [blame]
version: '2'
services:
selenium:
container_name: selenium
image: selenium/standalone-firefox:2.48.2
ports:
- "4444:4444"
couchdb:
container_name: couchdb
image: couchdbdev/debian-8-dev
command: '--with-haproxy -a tester:testerpass'
ports:
- "5984:5984"