Skip to content

Commit

Permalink
Add sample to the root of project
Browse files Browse the repository at this point in the history
  • Loading branch information
sashati committed Jun 26, 2021
1 parent ce11cf0 commit 995af0e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openapi-ui
# OpenAPI UI

A fully dockerized OpenAPI UI to server both Swagger and ASyncAPI with focus to use on microservice environment. Main features are:
A fully dockerized OpenAPI compatible UI to server both Swagger and ASyncAPI with focus to use on microservice environment. Main features are:

* Being multistage and all
* Server side access to swagger asset files
Expand Down
11 changes: 6 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
version: '3.3'
services:
openapi-ui:
build:
context: .
container_name: openapi-ui
swagger-ui:
image: sdshariati/openapi-ui:latest
container_name: swagger-ui
volumes:
- './sample-urls.yaml:/app/config/urls.yaml:ro'
environment:
APP_PORT: 8000
CONFIG_MODE: production
CONFIG_MODE: test
ports:
- "8000:8000"

File renamed without changes.

0 comments on commit 995af0e

Please sign in to comment.