solstice-ci/crates
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
..
ciadm Format 2025-11-01 14:56:46 +01:00
cidev Format 2025-11-01 14:56:46 +01:00
common Introduce centralized configuration handling via KDL and environment variables 2025-11-06 23:48:03 +01:00
forge-integration Introduce centralized configuration handling via KDL and environment variables 2025-11-06 23:48:03 +01:00
github-integration Add Podman Compose deployment stack with Traefik and services integration 2025-11-08 20:21:57 +00:00
migration Enable job log persistence, HTTP server, and extend CI/packaging support 2025-11-02 23:37:11 +01:00
orchestrator Introduce centralized configuration handling via KDL and environment variables 2025-11-06 23:48:03 +01:00
workflow-runner Add insecure TLS support, CA bundle handling, and package update for SunOS environments 2025-11-02 20:48:05 +01:00