{"id":13565097,"url":"https://github.com/bfirsh/docker-redoc","last_synced_at":"2025-04-15T11:30:04.757Z","repository":{"id":66636637,"uuid":"75412631","full_name":"bfirsh/docker-redoc","owner":"bfirsh","description":"A Docker image which serves ReDoc documentation","archived":false,"fork":false,"pushed_at":"2018-11-07T05:25:02.000Z","size":2394,"stargazers_count":11,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T20:42:57.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfirsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-02T16:34:10.000Z","updated_at":"2022-01-22T02:03:46.000Z","dependencies_parsed_at":"2023-03-06T09:45:21.472Z","dependency_job_id":null,"html_url":"https://github.com/bfirsh/docker-redoc","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdocker-redoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdocker-redoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdocker-redoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfirsh%2Fdocker-redoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfirsh","download_url":"https://codeload.github.com/bfirsh/docker-redoc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249060759,"owners_count":21206387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:01:40.727Z","updated_at":"2025-04-15T11:30:04.736Z","avatar_url":"https://github.com/bfirsh.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# docker-redoc\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nA Docker image which serves [ReDoc](https://rebilly.github.io/ReDoc/) documentation.\n\nTo serve `swagger.yaml` in the current directory:\n\n    $ docker run -p 80:80 -v $(PWD)/swagger.yaml:/usr/share/nginx/html/swagger.yaml bfirsh/redoc\n\nAnd it'll be running at [http://localhost](http://localhost).\n\n### Example with custom runtime configuration\n\nThe following example illustrates customisation of runtime settings;\n\n    $ docker run \\\n      -p 80:80 \\\n      -v $(PWD)/swagger.json:/usr/share/nginx/html/swagger.json \\\n      -e PAGE_TITLE=\"My API docs\" \\\n      -e SPEC_URL=swagger.json \\\n      -e 'REDOC_OPTIONS=hide-hostname=\"true\" lazy-rendering'\\\n      bfirsh/redoc\n\n## Runtime configuration\n\nThis image can be configured at runtime, by setting environment variables;\n\n- `PAGE_TITLE` sets the page-title (defaults to `ReDoc`)\n- `SPEC_URL` URL of the Swagger file (defaults to `swagger.yaml`)\n- `REDOC_OPTIONS` sets [`\u003credoc\u003e` tag attributes](https://github.com/Rebilly/ReDoc#redoc-tag-attributes)\n\n## License\n\nCopyright (c) 2016 Ben Firshman. Licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfirsh%2Fdocker-redoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfirsh%2Fdocker-redoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfirsh%2Fdocker-redoc/lists"}