chore: add mark for browserless healthcheck (#19199)

This commit is contained in:
Cason Kervis 2025-05-26 21:19:02 +08:00 committed by GitHub
parent c7b7a135c6
commit c203dce2f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -28,11 +28,11 @@ services:
core: # marked
hard: 0 # marked
soft: 0 # marked
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/pressure"]
interval: 30s
timeout: 10s
retries: 3
healthcheck: # marked
test: ["CMD", "curl", "-f", "http://localhost:3000/pressure"] # marked
interval: 30s # marked
timeout: 10s # marked
retries: 3 # marked
redis:
image: redis:alpine