Skip to content

GhaziRiyadh/project-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Dev Helper Stack

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.

πŸ›  Services

Service Port UI / Tool
MariaDB 3306 phpMyAdmin β†’ http://localhost:8080
PostgreSQL 5432 Adminer β†’ http://localhost:8081
Redis 6379 CLI / clients
Memcached 11211 CLI / clients

πŸ“¦ Setup

  1. Install Docker and Docker Compose.

  2. Clone this repo (or copy docker-compose.yml & README.md).

  3. Start the stack:

    docker compose up -d

About

A universal, ready-to-use Docker development stack providing essential databases and caching systems (PostgreSQL, MariaDB, Redis, Memcached) for quick local setup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors