removing the redis container from postgres example

This commit is contained in:
Chris Patterson
2019-08-15 14:43:41 -04:00
parent 307c70fb0e
commit c98edc03a8

View File

@@ -19,11 +19,6 @@ jobs:
# needed because the postgres container does not provide a healthcheck
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis:
image: redis
ports:
- 6379:6379
steps:
- uses: actions/checkout@v1
- run: npm ci