Double all timeout values to prevent download/upsert timeouts

This commit is contained in:
2026-07-20 04:37:31 +00:00
parent 6b3fa63501
commit d347e0e586
13 changed files with 1070 additions and 29 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ services:
healthcheck:
test: ["CMD-SHELL", "pg_isready -U mtgonline_user"]
interval: 10s
timeout: 5s
timeout: 10s
retries: 5
redis:
@@ -26,7 +26,7 @@ services:
healthcheck:
test: ["CMD", "redis-cli", "ping"]
interval: 10s
timeout: 5s
timeout: 10s
retries: 5
volumes: