Add pg healthcheck

This commit is contained in:
mei23 2020-02-25 23:56:34 +09:00
parent f1242b5cab
commit 527c76cd7d
No known key found for this signature in database
GPG Key ID: DD8628500D3E4B23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
- 5432:5432
env:
POSTGRES_DB: test-misskey
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
redis:
image: redis:alpine
ports: