diff --git a/compose.yaml b/compose.yaml index 9f3fa71..c3b8067 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,9 +5,9 @@ services: ports: - 127.0.0.1:8081:8080 volumes: - - ./schema:/schema + - ./tsp-output/@typespec/openapi3:/schema environment: - SWAGGER_JSON: /schema/openapi.yml + SWAGGER_JSON: /schema/openapi.yaml restart: always redocly: build: @@ -17,8 +17,8 @@ services: ports: - 127.0.0.1:8082:8080 volumes: - - ./schema:/schema + - ./tsp-output/@typespec/openapi3:/schema environment: - SPEC_URL: /schema/openapi.yml + SPEC_URL: /schema/openapi.yaml restart: always init: true