01
One commit.
One image.
GitLab tests and publishes the exact image that reaches the server. No rebuilds and no mystery code.
Example project Production-minded by default
A small, real deployment baseline: immutable containers, private database traffic, automatic TLS, health-aware releases, and rollback when something goes sideways.
01 / Deployment contract
01
GitLab tests and publishes the exact image that reaches the server. No rebuilds and no mystery code.
02
PostgreSQL stays off the public network. Only the application and local server tools can reach it.
03
Database-aware health checks gate every release. An unhealthy container restores the previous version.