{"id":22273837,"url":"https://github.com/geeksloth/redis-docker-compose-template","last_synced_at":"2026-05-14T20:03:05.683Z","repository":{"id":180127826,"uuid":"570477702","full_name":"geeksloth/redis-docker-compose-template","owner":"geeksloth","description":"A Redis Docker Compose simple template","archived":false,"fork":false,"pushed_at":"2022-11-25T10:06:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T06:35:13.428Z","etag":null,"topics":["docker","redis"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geeksloth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-11-25T09:36:17.000Z","updated_at":"2024-11-11T14:14:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"c24d6d01-6b41-4d10-800e-75a3d5d1e031","html_url":"https://github.com/geeksloth/redis-docker-compose-template","commit_stats":null,"previous_names":["geeksloth/redis-docker-compose-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/geeksloth/redis-docker-compose-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2Fredis-docker-compose-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2Fredis-docker-compose-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2Fredis-docker-compose-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2Fredis-docker-compose-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geeksloth","download_url":"https://codeload.github.com/geeksloth/redis-docker-compose-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geeksloth%2Fredis-docker-compose-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33041204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","redis"],"created_at":"2024-12-03T13:16:31.287Z","updated_at":"2026-05-14T20:03:05.670Z","avatar_url":"https://github.com/geeksloth.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis-Docker-Compose-template\nA template that helps you quick start a Redis server easily.\n\n\u003cbr /\u003e\n\n### Fast run\n1. Clone and get into this repo\n```bash\ngit clone https://github.com/geeksloth/redis-docker-compose-template.git \u0026\u0026 cd redis-docker-compose-template\n```\n2. Run Docker Compose with detached flag\n```bash\ndocker compose up -d\n```\n3. Connect to Redis with password: ```mysimplepassword```\n\n\u003cbr /\u003e\n\n### More Practical Way (recommended)\n\n1. Clone and get into the repo by the 1st previous step.\n```bash\ngit clone https://github.com/geeksloth/redis-docker-compose-template.git \u0026\u0026 cd redis-docker-compose-template\n```\n\n2. Change ```--requirepass 03fbc...669``` in *docker-compose.yml* file to your password. Which you can generate with **SHA-256** algorithm, or simply using online tools eg. [SHA256 Online](https://emn178.github.io/online-tools/sha256.html)\n\n3. Modify the ```--save 20 1``` to save a snapshot of your database every 60 seconds if at least 1 write operation was performed.\n\n4. Save your *docker-compose.yml* and run it by \n```bash\ndocker compose up -d\n```\n\n5. Connect to your Redis with *your password* hashed in the step 2.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Fredis-docker-compose-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeeksloth%2Fredis-docker-compose-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeeksloth%2Fredis-docker-compose-template/lists"}