fix: adjust backend start_period to 90s
Some checks failed
Deploy to Staging / Build Images (push) Successful in 29s
Deploy to Staging / Deploy to Staging (push) Successful in 21s
Deploy to Staging / Verify Staging (push) Failing after 1m49s
Deploy to Staging / Notify Staging Ready (push) Has been skipped
Deploy to Staging / Notify Staging Failure (push) Successful in 8s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Eric Gullickson
2026-02-03 21:20:27 -06:00
parent 83224cf207
commit 1226dd986d
2 changed files with 3 additions and 3 deletions

View File

@@ -92,7 +92,7 @@ services:
interval: 5s
timeout: 5s
retries: 5
start_period: 120s
start_period: 90s
deploy:
resources:
limits:
@@ -183,7 +183,7 @@ services:
interval: 5s
timeout: 5s
retries: 5
start_period: 120s
start_period: 90s
deploy:
resources:
limits:

View File

@@ -151,7 +151,7 @@ services:
interval: 5s
timeout: 5s
retries: 5
start_period: 120s
start_period: 90s
labels:
- "traefik.enable=true"
- "traefik.docker.network=motovaultpro_backend"