Skip to content

Instantly share code, notes, and snippets.

View JaiminPatel345's full-sized avatar
🧡
Woking

Jaimin Detroja JaiminPatel345

🧡
Woking
View GitHub Profile
@JaiminPatel345
JaiminPatel345 / docker_db.sh
Created May 6, 2026 06:29
Download usefull docker containers like Postgres, redis, PgAdmin, Mongodb
#!/bin/bash
# Colors for output
GREEN='\033[0;32m'
BLUE='\033[0;34m'
RED='\033[0;31m'
YELLOW='\033[1;33m'
NC='\033[0m' # No Color
echo -e "${BLUE}=== Docker Services Starter ===${NC}\n"