mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 12:34:39 +00:00
Refactor healthcheck configurations in Docker Compose files
This commit is contained in:
@@ -26,6 +26,11 @@ services:
|
||||
depends_on:
|
||||
mysql:
|
||||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "echo", "ok"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
mysql:
|
||||
image: mysql:8.0
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user