This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
Releases: postfinance/polling-swagger-ui
Releases · postfinance/polling-swagger-ui
v1.2.5
v1.2.4
swaggerapi/swagger-ui v4.12.0
- bump
swaggerapi/swagger-ui
tov4.12.0
- test image before publish
v1.1.0
Initial Release
Initial release for Polling Swagger-UI: A Swagger-UI which periodically polls configuration from an URL.
Sample usage:
docker run \
--rm \
-p 80:8080 \
-e POLL_INTERVAL_SECONDS=60
-e POLL_URL=https://raw.githubusercontent.com/bbortt/swagger-ui-demo/master/swagger-config.json \
postfinance/polling-swagger-ui:1.0.0
Catch sight of the README.md
for further information.