---
version: "3.7"
services:
  unit_tests_82:
    build:
      context: .
      dockerfile: php82.tests.Dockerfile
      secrets:
        - composer_auth
    hostname: owsrequest_tests82
    environment:
      - Environment=testing
    volumes:
      - ./build:/var/app/build

secrets:
  composer_auth:
    environment: COMPOSER_AUTH
