Skip to content

Commit

Permalink
Merge pull request #27 from creative-commoners/pulls/1.1/health-timeout
Browse files Browse the repository at this point in the history
FIX Increase health retries
  • Loading branch information
GuySartorelli authored Jul 6, 2022
2 parents fd4e689 + af4a85f commit b028e4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
MYSQL_DATABASE: SS_mysite
ports:
- 3357:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=10
mysql80:
image: mysql:8.0
env:
Expand All @@ -124,12 +124,12 @@ jobs:
MYSQL_DATABASE: SS_mysite
ports:
- 3380:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=10
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=5
options: --health-cmd="pg_isready" --health-interval=10s --health-timeout=5s --health-retries=10
ports:
- 5432:5432

Expand Down

0 comments on commit b028e4c

Please sign in to comment.