{"id":34820387,"url":"https://github.com/andrizan/devops","last_synced_at":"2026-05-06T04:03:53.516Z","repository":{"id":191609195,"uuid":"681951067","full_name":"andrizan/devops","owner":"andrizan","description":"Docker configuration for databases","archived":false,"fork":false,"pushed_at":"2026-02-27T09:31:22.000Z","size":73,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-27T14:57:47.030Z","etag":null,"topics":["docker","docker-compose","mongodb","mysql","scylladb"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrizan.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":"2023-08-23T05:52:51.000Z","updated_at":"2026-02-27T09:31:27.000Z","dependencies_parsed_at":"2023-08-30T17:35:07.810Z","dependency_job_id":"311e21a4-8d36-450f-9829-969f2b085c05","html_url":"https://github.com/andrizan/devops","commit_stats":null,"previous_names":["andrizan/mysql-docker-compose","andrizan/docker-compose","andrizan/devops"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andrizan/devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrizan%2Fdevops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrizan%2Fdevops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrizan%2Fdevops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrizan%2Fdevops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrizan","download_url":"https://codeload.github.com/andrizan/devops/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrizan%2Fdevops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["docker","docker-compose","mongodb","mysql","scylladb"],"created_at":"2025-12-25T14:27:53.282Z","updated_at":"2026-05-06T04:03:53.479Z","avatar_url":"https://github.com/andrizan.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🗄️ Database \u0026 Service Stack Collection\n\nA collection of configuration templates, Docker Compose setups, and deployment examples for commonly used databases and services in internal development environments.\n\n---\n\n## 📂 Directory Structure\n\n| Folder           | Description                                                       |\n| ---------------- | ----------------------------------------------------------------- |\n| `elastic/`       | Elasticsearch configuration for full-text search.                 |\n| `gitlab-runner/` | GitLab Runner configuration (cache, autoscaling, executor, etc.). |\n| `meilisearch/`   | Meilisearch setup for lightweight, fast text search.              |\n| `minio/`         | MinIO setup for S3-compatible object storage.                     |\n| `mongodb/`       | MongoDB configuration.                                            |\n| `mysql/`         | MySQL configuration and version updates.                          |\n| `pgcluster-zoo/` | PostgreSQL cluster setup with Patroni, HAProxy, and ETCD.         |\n| `postgresql/`    | Standalone PostgreSQL instance with PG-Cluster \u0026 Grafana JSON dashboards.      |\n| `rabbitmq/`      | RabbitMQ message broker setup.                                    |\n| `redis/`         | Redis/Valkey instance for caching and message queues.             |\n| `scylla-db/`     | ScyllaDB (Cassandra-compatible) setup.                            |\n| `sonarqube-ce/`  | SonarQube Community Edition setup for static code analysis.       |\n| `sqlserver/`     | Microsoft SQL Server (MSSQL) configuration with ODBC integration. |\n\n---\n\n## ⚙️ System Requirements\n\n* **Docker Engine** ≥ 24.x\n* **Docker Compose** ≥ 2.x\n* Minimum **4 vCPUs** and **8 GB RAM** recommended\n* For PostgreSQL clusters: additional nodes required for Patroni, HAProxy, and ETCD\n\n---\n\n## 🚀 Usage\n\n1. Choose the desired service folder (e.g. `postgresql/`).\n2. Edit the `.env` file if available to adjust configuration values.\n3. Start the service:\n\n   ```bash\n   docker compose up -d\n   ```\n4. Access the service via the port defined in `docker-compose.yml`.\n\n---\n\n## 📊 Monitoring \u0026 Observability\n\nSome services (such as PostgreSQL and Redis) include **Prometheus** and **Grafana** integrations.\nExample Grafana dashboards are provided under the `postgresql/` directory.\n\n---\n\n## 🔐 Security Notes\n\n* Store credentials and secrets in `.env` files (never commit them).\n* For production deployments, always use a TLS proxy (e.g. Nginx + Let’s Encrypt).\n* Apply strong passwords and network-level access control for exposed ports.\n\n---\n\n## 🧾 License\n\n[Unlicense](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrizan%2Fdevops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrizan%2Fdevops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrizan%2Fdevops/lists"}