Created swagger container and swagger documentation from ./Swagger/swagger.json (#87)
Co-authored-by: Artur Kołecki <koleckiartur@icloud.com> Reviewed-on: R11/release11-tools-web#87
This commit is contained in:
@@ -39,6 +39,17 @@ services:
|
||||
environment:
|
||||
SPRING_PROFILES_ACTIVE: DEV
|
||||
|
||||
swagger:
|
||||
image: "swaggerapi/swagger-ui:latest"
|
||||
container_name: xmltools-swagger
|
||||
ports:
|
||||
- "8000:8080"
|
||||
environment:
|
||||
- BASE_URL=/swagger
|
||||
- SWAGGER_JSON=/Swagger/swagger.json
|
||||
volumes:
|
||||
- ./Swagger:/Swagger
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: tools_network
|
||||
|
||||
Reference in New Issue
Block a user