{"id":15002670,"url":"https://github.com/4kpros/docker-database","last_synced_at":"2026-01-19T14:03:13.182Z","repository":{"id":251019747,"uuid":"836141991","full_name":"4kpros/docker-database","owner":"4kpros","description":" Simple way to start various database containers","archived":false,"fork":false,"pushed_at":"2024-08-04T20:23:38.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T01:15:41.330Z","etag":null,"topics":["cache-storage","database","docker","etcd","memcached","memory","mongodb","postgresql","redis","sqlserver"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/4kpros.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":"2024-07-31T08:33:02.000Z","updated_at":"2024-08-04T20:23:40.000Z","dependencies_parsed_at":"2024-08-04T22:11:51.874Z","dependency_job_id":null,"html_url":"https://github.com/4kpros/docker-database","commit_stats":null,"previous_names":["4kpros/docker-database"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/4kpros/docker-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kpros%2Fdocker-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kpros%2Fdocker-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kpros%2Fdocker-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kpros%2Fdocker-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4kpros","download_url":"https://codeload.github.com/4kpros/docker-database/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4kpros%2Fdocker-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28571556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T12:50:50.164Z","status":"ssl_error","status_checked_at":"2026-01-19T12:50:42.704Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cache-storage","database","docker","etcd","memcached","memory","mongodb","postgresql","redis","sqlserver"],"created_at":"2024-09-24T18:51:44.038Z","updated_at":"2026-01-19T14:03:13.165Z","avatar_url":"https://github.com/4kpros.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-database\n\n**Overview**\n\nThis project provides a convenient way to start various database containers (PostgreSQL, MongoDB, SQL Server, Redis, Memcached, and etcd) using a simple `.env` file for configuration. It also includes a Makefile for easy execution.\n\n**Features:**\n\n* **Multiple databases:** Supports PostgreSQL, MongoDB, SQL Server, Redis, Memcached, and etcd.\n* **`.env` configuration:** Customizable settings through an `.env` file.\n* **Makefile:** Streamlined execution with a Makefile.\n* **Flexibility:** Easily add or remove databases as needed.\n\n**Getting Started**\n\n**Prerequisites:** Docker and Make must be installed on your system.\n\n**Installation:**\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/4kpros/docker-database.git\n\n2. **Create a .env file: Copy the provided *.env.example* file and rename it to *.env* Customize the settings as required:**\n    ```bash\n    cp .env.example .env\n\n3. **Build and run: Use the provided Makefile to build and run the containers:**\n\n    - To Start a specific service (replace \u003cservice\u003e with the service name: `postgres` `mongodb` `sqlserver` `redis` `memcached` `etcd`)\n        ```bash\n        make \u003cservice\u003e\n\n    - Example:\n        ```bash\n        make postgres\n\n    - To Start all the services\n        ```bash\n        make all\n\n4. **To stop and remove the containers:**\n\n    - To Stop a specific service (replace `\u003cservice\u003e` with the service name: `postgres` `mongodb` `sqlserver` `redis` `memcached` `etcd`)\n        ```bash\n        make stop-\u003cservice\u003e\n\n    - Example:\n        ```bash\n        make stop-postgres\n\n    - To Stop all the services\n        ```bash\n        make stop-all\n\n5. **Generated data**\n\n    Data for each service is generated into the folder `build/data/`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4kpros%2Fdocker-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4kpros%2Fdocker-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4kpros%2Fdocker-database/lists"}