Files
at-mintel/packages/infra
Marc Mintel b70a89ec86
Some checks failed
Monorepo Pipeline / ⚡ Prioritize Release (push) Successful in 2s
Monorepo Pipeline / 🧪 Test (push) Successful in 1m15s
Monorepo Pipeline / 🏗️ Build (push) Successful in 3m55s
Monorepo Pipeline / 🧹 Lint (push) Successful in 4m20s
Monorepo Pipeline / 🐳 Build Image Processor (push) Failing after 35s
Monorepo Pipeline / 🐳 Build Gatekeeper (Product) (push) Failing after 45s
Monorepo Pipeline / 🐳 Build Build-Base (push) Successful in 52s
Monorepo Pipeline / 🚀 Release (push) Successful in 3m9s
Monorepo Pipeline / 🐳 Build Production Runtime (push) Successful in 52s
chore: sync versions to v1.9.3
2026-02-27 19:37:34 +01:00
..
2026-02-21 19:08:06 +01:00
2026-02-27 19:37:34 +01:00
2026-02-01 01:01:16 +01:00

@mintel/infra

Production-ready infrastructure templates for Mintel client websites, optimized for Hetzner, Traefik, and Gitea Actions.

📦 Contents

docker/

  • Dockerfile.nextjs: A multi-stage build optimized for Next.js standalone output. Supports build-time ARGs for Umami and Base URL.
  • docker-compose.template.yml: A Traefik-ready compose file with automatic HTTPS redirection, security headers, and network isolation.

gitea/

  • deploy-action.yml: A high-transparency deployment workflow.
    • Testing: Automatic deploy on push to main.
    • Staging: Deploy via v*-rc.* tags.
    • Production: Deploy via v*.*.* tags.
    • Features: Gotify notifications, health checks, and automatic .env generation.

🚀 Usage

These templates are automatically injected into new projects by the @mintel/cli. If you need to update an existing project, you can manually copy them from this package.