Skip to content

Commit cf43b98

Browse files
authored
Merge pull request #162 from CS3219-AY2425S1/feature/matching-service/redis-docker
Add redis image
2 parents fb09b02 + 5a92d01 commit cf43b98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ services:
2828
- JWT_SECRET=$JWT_SECRET
2929
- EMAIL_ADDRESS=$EMAIL_ADDRESS
3030
- EMAIL_PASSWORD=$EMAIL_PASSWORD
31+
32+
redis:
33+
image: redis:7.4-alpine
34+
restart: always
35+
ports:
36+
- 6379:6379

0 commit comments

Comments
 (0)