blob: 76002a8d1ea43c8a3e66c55858edd44c938b999e [file] [log] [blame]
services:
swagger-ui:
image: swaggerapi/swagger-ui
container_name: "swagger-ui-container"
ports:
- "8082:8080"
volumes:
- ./openapi.yaml:/swagger.yml
environment:
SWAGGER_JSON: /swagger.yml