version: '2' services: web: build: context: ../ dockerfile: tests/Dockerfile expose: - "8000" depends_on: - selenium selenium: image: selenium/standalone-chrome