{"id":31793513,"url":"https://github.com/airattop/redis-self-hosted","last_synced_at":"2026-04-10T13:31:51.153Z","repository":{"id":318567685,"uuid":"1070414651","full_name":"AiratTop/redis-self-hosted","owner":"AiratTop","description":"A production-ready Docker Compose setup for self-hosting Redis. Includes data persistence, management scripts, and is pre-configured for easy integration with other services on a shared network.","archived":false,"fork":false,"pushed_at":"2025-10-07T22:33:17.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T00:24:42.635Z","etag":null,"topics":["airathalitov","cache","database","devops","docker","docker-compose","n8n","redis","redis-cache","self-hosted"],"latest_commit_sha":null,"homepage":"https://airat.top","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/AiratTop.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-05T21:46:11.000Z","updated_at":"2025-10-07T22:33:21.000Z","dependencies_parsed_at":"2025-10-08T00:24:45.219Z","dependency_job_id":"a8abe2c0-ca46-451a-abc1-6fd2ca434fbd","html_url":"https://github.com/AiratTop/redis-self-hosted","commit_stats":null,"previous_names":["airattop/redis-self-hosted"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/AiratTop/redis-self-hosted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiratTop%2Fredis-self-hosted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiratTop%2Fredis-self-hosted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiratTop%2Fredis-self-hosted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiratTop%2Fredis-self-hosted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AiratTop","download_url":"https://codeload.github.com/AiratTop/redis-self-hosted/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AiratTop%2Fredis-self-hosted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004913,"owners_count":26083802,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["airathalitov","cache","database","devops","docker","docker-compose","n8n","redis","redis-cache","self-hosted"],"created_at":"2025-10-10T18:19:14.810Z","updated_at":"2026-04-10T13:31:51.140Z","avatar_url":"https://github.com/AiratTop.png","language":"Shell","readme":"# Redis Self-Hosted with Docker\n\n![redis-self-hosted](https://repository-images.githubusercontent.com/1070414651/5ec543c2-c5c0-44a1-879a-1f48472b0c96)\n\nThis repository provides a `docker compose` setup to run a self-hosted [Redis](https://redis.io/) instance.\n\nIt is configured to connect to a shared Docker network, allowing easy integration with other services like [n8n](https://github.com/AiratTop/n8n-self-hosted).\n\n## Features\n\n-   Uses the official Redis Docker image.\n-   Data is persisted in a local volume.\n-   Pre-configured for a shared network.\n-   Includes scripts for easy management.\n\n## Getting Started\n\n1.  **Clone the repository:**\n    ```bash\n    git clone https://github.com/AiratTop/redis-self-hosted.git\n    cd redis-self-hosted\n    ```\n\n2.  **Create the shared network:**\n    If you haven't already, create the shared Docker network:\n    ```bash\n    docker network create shared_network\n    ```\n\n3.  **Configure environment variables:**\n    Edit the `.env` file and set a secure password for `REDIS_PWD`.\n    You can use my Open Source [password generator](https://pass.airat.top) to create a strong password.\n\n\n4.  **Start the service:**\n    ```bash\n    docker compose up -d\n    ```\n\n## Usage\n\n-   **Start:** `docker compose up -d`\n-   **Restart:** `./restart-docker.sh`\n-   **Update:** `./update-docker.sh` (Pulls the latest Docker image and restarts)\n\n## Connecting with n8n\n\nThis setup is designed to work with the [n8n-self-hosted](https://github.com/AiratTop/n8n-self-hosted) configuration. Since both services are on the `shared_network`, you can connect to Redis from n8n using `redis` as the host and `6379` as the port.\n\n## See Also\n\nCheck out other self-hosted solutions:\n\n-   [**postgresql-self-hosted**](https://github.com/AiratTop/postgresql-self-hosted): A simple and robust PostgreSQL setup.\n-   [**mysql-self-hosted**](https://github.com/AiratTop/mysql-self-hosted): A self-hosted MySQL instance.\n-   [**clickhouse-self-hosted**](https://github.com/AiratTop/clickhouse-self-hosted): High-performance columnar database for analytics.\n-   [**metabase-self-hosted**](https://github.com/AiratTop/metabase-self-hosted): Self-hosted Metabase on Docker for business intelligence and analytics.\n-   [**qdrant-self-hosted**](https://github.com/AiratTop/qdrant-self-hosted): A vector database for AI applications.\n-   [**redis-self-hosted**](https://github.com/AiratTop/redis-self-hosted): A fast in-memory data store, often used as a cache or message broker.\n-   [**caddy-self-hosted**](https://github.com/AiratTop/caddy-self-hosted): A modern, easy-to-use web server with automatic HTTPS.\n-   [**wordpress-self-hosted**](https://github.com/AiratTop/wordpress-self-hosted): Production-ready WordPress stack with MySQL, phpMyAdmin, and WP-CLI.\n-   [**n8n-self-hosted**](https://github.com/AiratTop/n8n-self-hosted): Scalable n8n with workers, Caddy for auto-HTTPS, and backup scripts.\n-   [**monitoring-self-hosted**](https://github.com/AiratTop/monitoring-self-hosted): Self-hosted monitoring stack with Prometheus and Grafana.\n-   [**ollama-self-hosted**](https://github.com/AiratTop/ollama-self-hosted): Ready-to-use solution for running Ollama with the Open WebUI on Docker.\n-   [**authentik-self-hosted**](https://github.com/AiratTop/authentik-self-hosted): Authentik is a flexible, open-source Identity \u0026 Access Management (IAM) solution.\n-   [**gatus-self-hosted**](https://github.com/AiratTop/gatus-self-hosted): Automated service health dashboard with a PostgreSQL backend and backup scripts.\n-   [**beszel-self-hosted**](https://github.com/AiratTop/beszel-self-hosted): Ready-to-run Beszel hub + agent stack for monitoring your infrastructure.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Author\n\n**AiratTop**\n\n- Website: [airat.top](https://airat.top)\n- GitHub: [@AiratTop](https://github.com/AiratTop)\n- Email: [mail@airat.top](mailto:mail@airat.top)\n- Repository: [redis-self-hosted](https://github.com/AiratTop/redis-self-hosted)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairattop%2Fredis-self-hosted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fairattop%2Fredis-self-hosted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fairattop%2Fredis-self-hosted/lists"}