This section will guide you through getting Swagger API integrated into the Devilbox.
See also
- Docker Hub: SwaggerUI
- Swagger-UI GitHub Project
- Docker Hub: SwaggerEditor
- Swagger-Editor GitHub Project
In case of SwaggerAPI, the file is flames/swaggerapi/docker-compose.override.yml. This file
must be copied into the root of the Devilbox git directory.
| What | How and where |
|---|---|
| Example compose file | flames/swaggerapi/docker-compose.override.yml |
Swagger-UI
| What | How and where |
|---|---|
| Container IP address | ̀172.16.238.120 |
| Container host name | swagger-ui |
| Container name | swagger-ui |
| Mount points | none |
| Exposed port | 8120 (can be changed via .env) |
| Available at | http://localhost:8120 |
Swagger-Editor
| What | How and where |
|---|---|
| Container IP address | ̀172.16.238.121 |
| Container host name | swagger-editor |
| Container name | swagger-editor |
| Mount points | none |
| Exposed port | 8121 (can be changed via .env) |
| Available at | http://localhost:8121 |