mirror of
https://github.com/Floriansylvain/CineAllo.git
synced 2026-08-19 11:43:24 +02:00
🔧 - Adujsted healthcheck delays
This commit is contained in:
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user