Update postgres-service.yml

This commit is contained in:
Chris Patterson
2019-08-15 12:49:47 -04:00
committed by GitHub
parent bf0641d312
commit ac54066131

View File

@@ -15,6 +15,7 @@ jobs:
POSTGRES_DB: postgres
ports:
- 5432:5432
# 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: