1. Redis 클러스터 배포 (Docker Compose)
cd redis-cluster-compose
./deploy.sh
2. Redis 클러스터 배포 (Docker Swarm)
cd redis-cluster-stack
./deploy.sh
3. Nginx + Spring Boot 환경 구성
cd nginx-spring
# nginx.conf 설정 후 Nginx 실행
docker run -d -p 80:80 -v $(pwd)/nginx.conf:/etc/nginx/nginx.conf nginx:latest