🔧 - 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 - ./mysql-data:/var/lib/mysql
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:3306" ] test: [ "CMD", "curl", "-f", "http://localhost:3306" ]
interval: 5s interval: 3s
timeout: 15s timeout: 30s
retries: 5 retries: 10
backend: backend:
build: . build: .
image: cineallo-backend image: cineallo-backend