version: "2"
services:
    botium:
        build:
            context: .
            dockerfile: ./Dockerfile.botium
        volumes:
        - .:/usr/src/app
        environment:
            NODE_TLS_REJECT_UNAUTHORIZED: 0