Required software
WSL (Ubuntu) — the stack is designed to run inside Windows Subsystem for Linux using an Ubuntu distribution. All commands in this documentation assume a WSL/Ubuntu shell.
Docker — Docker Engine must be installed and running inside your WSL environment.
Docker Compose — Docker Compose V2 (the
docker compose plugin, not the standalone docker-compose binary) is required.Verify your installation
Run the following commands to confirm both tools are available and respond correctly before continuing.Recommended system resources
The stack starts five containers simultaneously. The table below lists the minimum recommended resources to run the stack without performance issues.| Resource | Recommended minimum |
|---|---|
| CPU | 2 cores |
| RAM | 4 GB available |
| Disk | 2 GB free |
Host log access for Promtail
Promtail collects logs from/var/log on the host and forwards them to Loki. The docker-compose.yml mounts this directory into the Promtail container in read-only mode: