Skip to content

Commit

Permalink
Fix redis compose config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwang401 committed Feb 5, 2024
1 parent e417e60 commit c648328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
command: redis-server --save 20 1 --loglevel notice --requirepass ${REDIS_PASSWORD}
expose:
- 6379
environment:
REDIS_PASSWORD: ${REDIS_PASSWORD}
healthcheck:
test: redis-cli -a $$REDIS_PASSWORD ping | grep PONG
interval: 5s
Expand Down

0 comments on commit c648328

Please sign in to comment.