This solution provides automated staging deployment for Drupal applications using GitLab CI/CD and Docker Swarm with Traefik.
curl -sSL https://stage-tools.tyche.q2.cz/drupal/v1.0/install.sh | bash
Key Features:
- 🚀 **Optimized Docker builds** with multi-stage building and composer caching
- 🔄 **Automated CI/CD** with GitLab pipelines including database setup
- 🌐 **Traefik integration** for automatic SSL and routing
This solution provides automated staging deployment for Next.js applications using GitLab CI/CD and Docker Swarm with Traefik.
curl -sSL https://stage-tools.tyche.q2.cz/nextjs/v1.0/install.sh | bash
Key Features:
- 🚀 **Optimized Docker builds** with multi-stage building and caching
- 🔄 **Automated CI/CD** with GitLab pipelines
- 🌐 **Traefik integration** for automatic SSL and routing
This directory contains tools and templates for deploying Nette PHP applications to staging environments using Docker Swarm and Traefik.
curl -sSL https://stage-tools.tyche.q2.cz/nette/v1.0/install.sh | bash
Key Features:
- Automated Docker configuration generation
- PHP version detection from ddev configuration
- Optional database support (MySQL/PostgreSQL)
A REST API service for managing database credentials in **Stage Tools CI/CD pipelines**. This service provides:
🌐 Web Interface:
db-api.stage-tools.tyche.q2.cz
🔌 API Endpoint:
https://db-api.stage-tools.tyche.q2.cz/api
Key Features:
- **🔌 REST API** for CI pipelines to create/retrieve database credentials
- **📊 Web UI** for managing databases, users, and developer access
- **🗄️ Persistent storage** of all credentials and user management