Skip to content

Commit

Permalink
build: 도커에 redis 컨테이너 추가 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Nov 7, 2023
1 parent 426dbe1 commit 79f6ee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ services:
volumes:
- db_data:/var/lib/mysql

redis:
image: redis:7.2.3-alpine3.18
restart: always
ports:
- 6379:6379

volumes:
db_data:

0 comments on commit 79f6ee0

Please sign in to comment.