version: '3.5' services: unit-test: build: context: ../../ dockerfile: ./docker/github/Dockerfile command: "./gradlew --no-daemon test" environment: - "USER=unittest" volumes: - "../../:/temporal-java-samples"