back to home

About DevOps Test

A deliberately minimal Next.js template used to verify the GitHub → Coolify → Docker → HTTPS pipeline end to end. No database, no auth, no external APIs — just a container that boots and reports its own runtime.

What this is

A minimal Next.js application whose only job is to prove that a container built from this repository can travel from a Git push to a publicly reachable, HTTPS-secured URL without any manual steps in between.

Why it's this small

Every dependency is a place the pipeline can fail for a reason that has nothing to do with the pipeline. No database, no auth, no ORM, no external API calls — just enough surface area to prove the deployment mechanics work.

How to read the result

If the page renders with live hostname, PID, and version data below, the container booted correctly. If /api/health returns 200, Coolify's health check will keep it in rotation. That's the whole test.