This example demonstrates creating an HTTP request proxy where the available endpoints are defined in an OpenAPI schema petstore-openapi.yaml.
To start the Docker Compose stack defined in the compose.yaml file, use:
docker compose up -dcurl 'http://localhost:7114/pets' --header 'Accept: application/json'To remove any resources created by the Docker Compose stack, use:
docker compose down