Skip to content

Commit

Permalink
feat(docker): add Redis service in docker.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 authored and Innei committed Oct 25, 2024
1 parent 5643c43 commit d2895fb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ jobs:
- api
- dashboard
- worker

services:
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
- 6379:6379
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d2895fb

Please sign in to comment.