{"id":18044754,"url":"https://github.com/natterstefan/graphql-voyager-docker","last_synced_at":"2026-05-06T06:37:49.481Z","repository":{"id":89872343,"uuid":"193354154","full_name":"natterstefan/graphql-voyager-docker","owner":"natterstefan","description":"Docker Image for https://github.com/APIs-guru/graphql-voyager","archived":false,"fork":false,"pushed_at":"2024-01-23T00:01:29.000Z","size":199,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T11:45:26.760Z","etag":null,"topics":["docker","docker-image","graphql","graphql-voyager"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/natterstefan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["natterstefan"],"patreon":"natterstefan","custom":["https://www.paypal.me/natterstefan","https://www.buymeacoffee.com/natterstefan"]}},"created_at":"2019-06-23T13:54:15.000Z","updated_at":"2023-03-08T21:05:12.000Z","dependencies_parsed_at":"2024-10-30T18:10:41.671Z","dependency_job_id":null,"html_url":"https://github.com/natterstefan/graphql-voyager-docker","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/natterstefan%2Fgraphql-voyager-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Fgraphql-voyager-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Fgraphql-voyager-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natterstefan%2Fgraphql-voyager-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natterstefan","download_url":"https://codeload.github.com/natterstefan/graphql-voyager-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284915,"owners_count":20913687,"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":["docker","docker-image","graphql","graphql-voyager"],"created_at":"2024-10-30T18:10:35.274Z","updated_at":"2026-05-06T06:37:44.456Z","avatar_url":"https://github.com/natterstefan.png","language":"JavaScript","funding_links":["https://github.com/sponsors/natterstefan","https://patreon.com/natterstefan","https://www.paypal.me/natterstefan","https://www.buymeacoffee.com/natterstefan"],"categories":[],"sub_categories":[],"readme":"# Graphql-Voyager-Docker\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/natterstefan/graphql-voyager.svg)](https://hub.docker.com/r/natterstefan/graphql-voyager)\n\nSimple docker image for\n[GraphQL voyager](https://github.com/APIs-guru/graphql-voyager).\n\n## Usage\n\nCreate or extend your `docker-compose.yml` configuration and start the app later\nwith: `docker-compose up`.\n\n```yml\nversion: '3.5'\n\nservices:\n  app:\n    image: natterstefan/graphql-voyager:dev\n    ports:\n      - '3000:3000'\n    environment:\n      # example url, must point to your graphql server/api\n      GRAPHQL_URL: http://localhost:8000\n```\n\nNow open Voyager at [http://localhost:3000](http://localhost:3000).\n\n## How to build the docker image\n\nI use the\n[lovely-gradle-plugin created by Lovely Systems](https://github.com/lovelysystems/lovely-gradle-plugin)\nto build and publish the docker image. It is simple and works like this:\n\n```bash\n# this will create a tag and push it to github\ngit tag \u003cnew-git-tag\u003e\ngit push --tags\n# creates a docker image and tags it with both `dev` and the latest tag\n./gradlew buildDockerImage\n# publishes the docker image to docker hub\n./gradlew pushDockerImage\n```\n\n## LICENSE\n\n[APACHE 2.0](./LICENCE)\n\n## Contributors ✨\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://twitter.com/natterstefan\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1043668?v=4\" width=\"100px;\" alt=\"Stefan Natter\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eStefan Natter\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-natterstefan\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/natterstefan/graphql-voyager-docker/commits?author=natterstefan\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/natterstefan/graphql-voyager-docker/commits?author=natterstefan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the\n[all-contributors](https://github.com/all-contributors/all-contributors)\nspecification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatterstefan%2Fgraphql-voyager-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatterstefan%2Fgraphql-voyager-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatterstefan%2Fgraphql-voyager-docker/lists"}