Skip to content

Commit

Permalink
chore: compose.yamlのvolumesに含める対象を変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jun 14, 2024
1 parent d0aa58d commit 6ffd42e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 6ffd42e

Please sign in to comment.