mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 06:35:22 +02:00
- Add stopGracePeriodSwarm field to application schema for configuring container shutdown grace period - Update swarm settings UI to include nanosecond input for stop grace period - Regenerate migration as 0110 to resolve sequence conflict with canary branch - Clean up commented debug code and reorganize imports The stop grace period allows users to specify how long Docker should wait before forcefully terminating a container during shutdown, improving graceful shutdown handling for applications.