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:
2023-03-01 11:44:21 +01:00
parent 773e2ac17e
commit dee92f0e3d
5 changed files with 929 additions and 27 deletions

View File

@@ -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