Using init: true in docker

This commit is contained in:
Timmy
2026-03-31 12:36:22 +01:00
parent 46b1609528
commit 0cbe99677f
+5
View File
@@ -108,6 +108,11 @@ services:
retries: 3
start_period: 10s
# Use tini as PID 1 to reap zombie child processes.
# Without this, grandchild processes (esbuild, cargo, etc.) spawned by
# npm/cargo during worktree setup and gate checks become zombies.
init: true
# Restart policy restart on crash but not on manual stop
restart: unless-stopped