Created swagger container and swagger documentation from ./Swagger/swagger.json

This commit is contained in:
2023-02-28 17:43:39 +01:00
parent 773e2ac17e
commit 4ed89059ff
4 changed files with 926 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