fix: add init:true to docker-compose for Node signal handling
CI/CD / deploy (push) Successful in 30s Details

Node.js as PID 1 in Docker doesn't handle signals properly,
causing intermittent clean exits (exit code 0) under the
traefik-public network. Using tini via init:true fixes this.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-04-07 12:19:05 -04:00
parent c9dc807d28
commit b0b50bb07c
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ services:
xhivart-mirror:
build: .
container_name: xhivart-mirror
init: true
restart: always
environment:
- SMTP_HOST=${SMTP_HOST}