{"id":16202152,"url":"https://github.com/michaeldzjap/grin-docker","last_synced_at":"2026-04-26T12:31:36.509Z","repository":{"id":82273401,"uuid":"184642085","full_name":"michaeldzjap/grin-docker","owner":"michaeldzjap","description":"Run a Grin node and wallet inside individual Docker containers","archived":false,"fork":false,"pushed_at":"2019-09-29T14:35:08.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T11:47:19.364Z","etag":null,"topics":["docker","grin"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaeldzjap.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-02T19:47:11.000Z","updated_at":"2024-01-20T09:30:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"c7335388-26d0-46b1-82d1-960e8728d319","html_url":"https://github.com/michaeldzjap/grin-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaeldzjap/grin-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeldzjap%2Fgrin-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeldzjap%2Fgrin-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeldzjap%2Fgrin-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeldzjap%2Fgrin-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaeldzjap","download_url":"https://codeload.github.com/michaeldzjap/grin-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaeldzjap%2Fgrin-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32297893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T09:34:17.070Z","status":"ssl_error","status_checked_at":"2026-04-26T09:34:00.993Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","grin"],"created_at":"2024-10-10T09:45:56.437Z","updated_at":"2026-04-26T12:31:36.495Z","avatar_url":"https://github.com/michaeldzjap.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grin-docker\nRun a Grin node and wallet listener inside individual Docker containers\n\n## Description\nThis repository showcases a somewhat flexible setup for running a _Grin_ [node](https://github.com/mimblewimble/grin) in a [Docker](https://www.docker.com/) container and a _Grin_ [wallet listener](https://github.com/mimblewimble/grin-wallet) (and optionally a wallet listening on the owner API) in another _Docker_ container.\n\n## Usage\nAn example _Docker Compose_ file (assuming running on floonet) may look like:\n\n```yaml\nversion: \"3.4\"\nservices:\n    grin-server:\n        build:\n            context: ./server\n            dockerfile: Dockerfile\n        image: grin-docker-server\n        ports:\n            - 13413:13413\n            - 13414:13414\n        env_file:\n            - .env\n\n    grin-wallet:\n        build:\n            context: ./wallet\n            dockerfile: Dockerfile\n        image: grin-docker-wallet\n        ports:\n            - 13415:13415\n            - 3420:3420\n        env_file:\n            - .env\n        depends_on:\n            - grin-server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeldzjap%2Fgrin-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaeldzjap%2Fgrin-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaeldzjap%2Fgrin-docker/lists"}