Skip to content

Commit

Permalink
chore: set custom healthcheck for authup service in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Jun 19, 2024
1 parent 86e3a2d commit ad2437c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
image: authup/authup
ports:
- 3000:3000
options: >-
--health-cmd "echo 0"
--health-interval 30s
--health-timeout 10s
--health-retries 5
--health-start-period 30s
runs-on: ubuntu-latest

Expand Down

0 comments on commit ad2437c

Please sign in to comment.