Skip to content

mckay-software/swagger-multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger UI with multiple APIs

...in a Docker container.

...for McKay Software.

Usage (for McKay)

$ docker run -dp 1234:8080 mckaynz/swagger-multi

Customisation (for McKay)

Change the files in this repo, commit, and wait for the build to finish.

Usage and customisation (for others)

Either fork this repo, edit files, and set up your own automated build, or bind your customisations using file volumes at runtime, e.g.:

$ docker run -dp 1234:8080 \
    -v /path/to/your/apis.js:/app/apis.js \
    -v /other/custom/css:/app/css/extra.css \
    -v /etc/etera:/app/foobar \
    mckaynz/swagger-multi

About

Swagger UI with multiple APIs (in Docker) (for Mckay Software)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published