solstice-ci/.mise/tasks
Till Wegmueller 1c5dc338f5
Add Podman Compose deployment stack with Traefik and services integration
This commit introduces:
- A production-ready Podman Compose stack using Traefik as a reverse proxy with Let's Encrypt integration.
- Per-environment logical separation for Postgres, RabbitMQ, and MinIO services.
- New deployment utilities, including a `.env.sample` template, `compose.yml`, and setup scripts for MinIO and Postgres.
- Updates to `github-integration` HTTP server with basic webhook handling using `axum` and configurable paths.
- Adjustments to packaging tasks for better tarball generation via `git archive`.
- Expanded dependencies for `PKGBUILD` to support SQLite and PostgreSQL libraries.
- Containerfiles for orchestrator and integration services to enable Rust multi-stage builds without sccache.

This enables simplified and secure CI deployments with automatic routing, TLS, and volume persistence.
2025-11-08 20:21:57 +00:00
..
build Move runner logs to debug level and enable runner binary serving via orchestrator 2025-11-06 21:44:06 +01:00
ci Enable job log persistence, HTTP server, and extend CI/packaging support 2025-11-02 23:37:11 +01:00
dev Enable job log persistence, HTTP server, and extend CI/packaging support 2025-11-02 23:37:11 +01:00
pkg Add Podman Compose deployment stack with Traefik and services integration 2025-11-08 20:21:57 +00:00
run Move runner logs to debug level and enable runner binary serving via orchestrator 2025-11-06 21:44:06 +01:00
setup Enable job log persistence, HTTP server, and extend CI/packaging support 2025-11-02 23:37:11 +01:00
test Add support for multi-OS VM builds with cross-built runners and improved local development tooling 2025-11-01 14:31:48 +01:00