services: no_certs: build: dockerfile: tests/Dockerfile_test_bats args: - CONFIG_FILE=tests/.env.nocerts static_buckets: build: dockerfile: tests/Dockerfile_test_bats args: - CONFIG_FILE=tests/.env.static posix_backend: build: dockerfile: tests/Dockerfile_test_bats args: - CONFIG_FILE=tests/.env.default image: bats_test s3_backend: build: dockerfile: tests/Dockerfile_test_bats args: - CONFIG_FILE=tests/.env.s3 - SECRETS_FILE=tests/.secrets.s3 s3api_np_only: build: dockerfile: tests/Dockerfile_test_bats args: - CONFIG_FILE=tests/.env.default image: bats_test command: ["s3api-bucket,s3api-object"] direct: build: dockerfile: tests/Dockerfile_direct volumes: - ./.env.direct:/home/tester/tests/.env.direct - ./.secrets.direct:/home/tester/tests/.secrets.direct