feat: add 65 production-ready docker-compose configurations for self-hosting

This commit is contained in:
AltStack Bot
2026-02-26 00:56:41 +05:30
parent cf52b6789b
commit f1a498fd9d
125 changed files with 2546 additions and 0 deletions

View File

@@ -136,3 +136,17 @@ All tool logos in `assets/logos/` are the property of their respective trademark
<p align="center">
<sub>Built with ❤️ by the <a href="https://thealtstack.com/about">Alt Stack team</a></sub>
</p>
## 🐳 Self-Hosted Deployments
The `deployments/` directory contains **65+ production-ready Docker Compose configurations** for the tools in our directory.
These are the exact configurations used in the [Self-Hosted Guides](https://thealtstack.com/self-hosted) on our main site.
Instead of writing infrastructure code from scratch, you can:
1. Clone this repository
2. Navigate to a tool's folder: `cd deployments/supabase`
3. Run `docker compose up -d`
4. You're live!
**Contribute to Deployments:** If you have an optimized `docker-compose.yml` for a tool we haven't covered, or an improvement to an existing one, please open a PR! All configs must follow best practices, use official images where possible, and avoid hardcoding sensitive secrets.