mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-03 22:17:05 +00:00
fix(service): add health check to Bugsink service (#5512)
This commit is contained in:
@@ -36,6 +36,11 @@ services:
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "python -c 'import requests; requests.get(\"http://localhost:8000/\").raise_for_status()'"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
|
||||
volumes:
|
||||
my-datavolume:
|
||||
my-datavolume:
|
||||
|
||||
Reference in New Issue
Block a user