Skip to content

Commit

Permalink
feat : redis 도커 컴포즈 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jan 20, 2024
1 parent f373379 commit 32beb41
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion backend/core/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ services:
- backend
volumes:
- ./data:/var/lib/mysql


redis:
container_name: redis
image: redis:alpine
restart: always
ports:
- "6379:6379"


networks:
backend:

0 comments on commit 32beb41

Please sign in to comment.