This repository provides a universal Docker development stack with commonly used databases and caching tools.
Itβs designed as a developer helper toolbox β not tied to a single project, but available system-wide.
| Service | Port | UI / Tool |
|---|---|---|
| MariaDB | 3306 | phpMyAdmin β http://localhost:8080 |
| PostgreSQL | 5432 | Adminer β http://localhost:8081 |
| Redis | 6379 | CLI / clients |
| Memcached | 11211 | CLI / clients |
-
Install Docker and Docker Compose.
-
Clone this repo (or copy
docker-compose.yml&README.md). -
Start the stack:
docker compose up -d