Increase start_period to allow slow migrations
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2025-12-30 12:38:13 +00:00
parent 8b1aa49240
commit 32354ad984

View File

@ -101,10 +101,11 @@ services:
interval: 10s
timeout: 3s
retries: 3
start_period: 45s
# sometimes migrations can take their time..
start_period: 600s
deploy:
labels:
- "coop-cloud.${STACK_NAME}.version=3.1.0+17.1.0"
- "coop-cloud.${STACK_NAME}.version=3.1.1+17.1.0"
- "backupbot.backup=true"
- "backupbot.backup.path=/app/uploads"