We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b285bb commit 45271b6Copy full SHA for 45271b6
1 file changed
.github/workflows/django-test.yml
@@ -12,18 +12,14 @@ jobs:
12
runs-on: ubuntu-latest
13
14
services:
15
- # Label used to access the service container
16
redis:
17
- # Docker Hub image
18
image: redis
19
- # Set health checks to wait until redis has started
20
options: >-
21
--health-cmd "redis-cli ping"
22
--health-interval 10s
23
--health-timeout 5s
24
--health-retries 5
25
ports:
26
- # Maps port 6379 on service container to the host
27
- 6379:6379
28
29
steps:
0 commit comments