Releases: devopsfromzero/dfz
Releases · devopsfromzero/dfz
v0.1.0 — Initial release
First public release of the DFZ deployment manifests.
Image versions pinned at release
| Service | Image |
|---|---|
| Backend | ghcr.io/devopsfromzero/dfz-backend:v2.0.0 |
| Terminal | ghcr.io/devopsfromzero/dfz-terminal:v1.0.0 |
| UI | ghcr.io/devopsfromzero/dfz-ui:v0.1.0 |
Quick start
git clone https://github.com/devopsfromzero/dfz.git
cd dfz
cp .env.example .env
docker compose pull
docker compose up -dOpen http://localhost:3080 — sign in with admin / admin.
What's included
docker-compose.yml— UI + backend + terminal + PostgreSQL 16 + Redis 7.env.example— all tunables, safe defaults- MIT-licensed manifests; images are public on GHCR