Skip to content

Commit

Permalink
fix healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
PAPAMICA committed Aug 5, 2024
1 parent 4488aaa commit c059c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composes-files/focalboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ services:
- $DATA_LOCATION/$SERVICE/data:/opt/focalboard/data
- $DATA_LOCATION/$SERVICE/config.json:/opt/focalboard/config.json
healthcheck:
test: wget -nv -t1 --spider 'http://localhost:8000'
interval: 1m
timeout: 30s
test: ["CMD", "bash", "-c", "exec 5<>/dev/tcp/127.0.0.1/8000"]
interval: 5s
timeout: 5s
retries: 3
depends_on:
- focalboard-db
Expand Down

0 comments on commit c059c7f

Please sign in to comment.