1 2 3 4 5 6 7 8 9 10 11 12 13
services: benchmark: build: context: .. dockerfile: docker/Dockerfile.benchmark volumes: - ../tests/data:/data:ro - ../benchmark-results:/results tmpfs: - /tmp:size=4G,mode=1777 working_dir: /workspace stdin_open: true tty: true