Specify exposed redis port in CI

This commit is contained in:
Chris Kankiewicz
2021-02-23 22:04:07 -07:00
parent b2187c5979
commit cced9fe0d6

View File

@@ -9,6 +9,8 @@ jobs:
services:
redis:
image: redis:6.2
ports:
- 6379:6379
options: --health-cmd "redis-cli ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy: