{"id":38821010,"url":"https://github.com/laywill/docker-compose","last_synced_at":"2026-01-17T13:04:47.536Z","repository":{"id":304000612,"uuid":"1017445400","full_name":"laywill/docker-compose","owner":"laywill","description":"Well-documented Docker Compose stacks showcasing security best practices, resource management, and comprehensive documentation.","archived":false,"fork":false,"pushed_at":"2025-08-15T15:33:23.000Z","size":46,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T16:27:45.993Z","etag":null,"topics":["cross-platform","development-environment","docker","docker-compose","docker-compose-files","media-automation","python-development","qbittorent","radarr","resource-management","security-hardening","sonarr","vpn"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/laywill.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}},"created_at":"2025-07-10T14:42:31.000Z","updated_at":"2025-08-15T15:32:32.000Z","dependencies_parsed_at":"2025-07-10T21:47:40.882Z","dependency_job_id":"b6adfa94-9ea5-4723-b1e9-a2ff4725d3ba","html_url":"https://github.com/laywill/docker-compose","commit_stats":null,"previous_names":["laywill/docker-compose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/laywill/docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laywill%2Fdocker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laywill%2Fdocker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laywill%2Fdocker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laywill%2Fdocker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laywill","download_url":"https://codeload.github.com/laywill/docker-compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laywill%2Fdocker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cross-platform","development-environment","docker","docker-compose","docker-compose-files","media-automation","python-development","qbittorent","radarr","resource-management","security-hardening","sonarr","vpn"],"created_at":"2026-01-17T13:04:46.886Z","updated_at":"2026-01-17T13:04:47.529Z","avatar_url":"https://github.com/laywill.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Compose Collection\n\nA curated collection of Docker Compose configurations for common services.\n\nInspired by [Docker's awesome-compose](https://github.com/docker/awesome-compose).\n\n## 🚀 Available Stacks\n\n### 📚 [Arr Stack with VPN](./arr-stack/)\n\nComplete media management and download stack with VPN protection:\n\n- **Media Management**: Sonarr, Radarr, Lidarr, Prowlarr\n- **Download Clients**: qBittorrent, SABnzbd, NZBHydra2\n- **Supporting Services**: Bazarr, Flaresolverr, Overseerr, Requestrr\n- **Infrastructure**: Gluetun VPN, Watchtower auto-updater\n\n**Features**: VPN-protected traffic, resource limits, health monitoring, security hardening\n\n📖 **[Full Documentation](./arr-stack/README.md)**\n\n### 🐍 [Python Development Environment](./python/)\n\nSecure, configurable Python development container:\n\n- **Multiple Python versions**: 3.8-3.13, slim, alpine variants\n- **Development ready**: Git integration, SSH keys, workspace mounting\n- **Security hardened**: Minimal privileges, resource limits, health checks\n- **Cross-platform**: Windows, Linux, macOS support\n\n**Features**: Predictable user mapping, resource management, VS Code integration\n\n📖 **[Full Documentation](./python/README.md)**\n\n### 💎 [Ruby Development Environment](./ruby/)\n\nSecure, configurable Ruby development container:\n\n- **Multiple Ruby versions**: 2.7-3.3, slim, alpine variants\n- **Framework ready**: Rails, Sinatra, gem development\n- **Security hardened**: Minimal privileges, resource limits, health checks\n- **Cross-platform**: Windows, Linux, macOS support\n\n**Features**: Bundler integration, predictable user mapping, resource management\n\n📖 **[Full Documentation](./ruby/README.md)**\n\n## 🛠️ Quick Start\n\nEach stack is self-contained with its own documentation and configuration:\n\n```bash\n# Choose your stack\ncd arr-stack/    # For media management\ncd python/       # For Python development\ncd ruby/         # For Ruby development\n\n# Follow the specific README in each directory\ncp .env.example .env\n# Edit .env with your configuration\ndocker compose up -d\n```\n\n## 📋 Common Features\n\nAll stacks in this collection include:\n\n- ✅ **Environment-driven configuration** - No hardcoded values\n- ✅ **Security hardening** - Minimal privileges, capability dropping\n- ✅ **Resource management** - Configurable CPU and memory limits\n- ✅ **Health monitoring** - Automatic service health checks\n- ✅ **Cross-platform support** - Windows, Linux, macOS\n- ✅ **Comprehensive documentation** - Setup guides and troubleshooting\n\n## 🔧 Development Setup\n\nThis repository includes VS Code configuration for optimal editing:\n\n### Recommended Extensions\n\n- `davidanson.vscode-markdownlint` - Markdown linting and formatting\n- `ms-azuretools.vscode-docker` - Docker support\n- `redhat.vscode-yaml` - YAML/Docker Compose support\n\n### Auto-formatting\n\n- **Markdown files** format automatically on save\n- **Consistent code style** across all configuration files\n- **EditorConfig** support for cross-editor consistency\n\n## 📁 Repository Structure\n\n```\ndocker-compose/\n├── arr-stack/                 # Media management stack\n│   ├── compose.yaml          # Main configuration\n│   ├── .env.example          # Environment template\n│   └── README.md             # Complete setup guide\n├── python/                   # Python development environment\n│   ├── compose.yaml          # Python container config\n│   ├── .env.example          # Environment template\n│   └── README.md             # Complete setup guide\n├── ruby/                     # Ruby development environment\n│   ├── compose.yaml          # Ruby container config\n│   ├── .env.example          # Environment template\n│   └── README.md             # Complete setup guide\n├── .vscode/                  # VS Code configuration\n│   ├── settings.json         # Editor settings\n│   └── extensions.json       # Recommended extensions\n├── .editorconfig             # Cross-editor formatting\n├── .markdownlint.json        # Markdown linting rules\n└── README.md                 # This file\n```\n\n## 🤝 Contributing\n\nWhen adding new stacks:\n\n1. **Create dedicated directory** with descriptive name\n2. **Include comprehensive README** with setup instructions\n3. **Provide .env.example** with all required variables\n4. **Follow security best practices** - non-root users, minimal privileges\n5. **Add resource limits** - prevent resource exhaustion\n6. **Include health checks** - ensure service reliability\n\n## 📄 License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](./LICENSE) for details.\n\n## 🔗 Inspiration\n\nThis collection draws inspiration from:\n\n- [Docker Awesome Compose](https://github.com/docker/awesome-compose)\n- [LinuxServer.io](https://www.linuxserver.io/) containers\n- Community best practices for Docker security and configuration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaywill%2Fdocker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaywill%2Fdocker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaywill%2Fdocker-compose/lists"}