Skip to content

DTalks, 사내 문서와 소통하는 새로운 방식 - Infra

Notifications You must be signed in to change notification settings

DTaIks/DTalks-Infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DTalks Logo

DTalks Infrastructure

DTalks 웹 서비스를 위한 인프라 구성 및 배포 자동화 리포지토리입니다

Redis Nginx Docker
개발기간


🚀 빠른 시작

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

About

DTalks, 사내 문서와 소통하는 새로운 방식 - Infra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages