🔧 - Adujsted healthcheck delays

This commit is contained in:
Florian Sylvain
2022-11-10 13:36:10 +01:00
parent 71a451c4f4
commit 30e12ee25f
+3 -3
View File
@@ -12,9 +12,9 @@ services:
- ./mysql-data:/var/lib/mysql
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:3306" ]
interval: 5s
timeout: 15s
retries: 5
interval: 3s
timeout: 30s
retries: 10
backend:
build: .
image: cineallo-backend