Graceful Shutdown: Signal-Handler für sauberes Herunterfahren aller Dienste

This commit is contained in:
2026-03-23 22:20:05 +01:00
parent cbb918d6b2
commit 7eb2b6ff0b
5 changed files with 109 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ services:
context: .
container_name: tmserver
restart: unless-stopped
stop_grace_period: 30s
depends_on:
mariadb:
condition: service_healthy