Graceful Shutdown: Signal-Handler für sauberes Herunterfahren aller Dienste
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
||||
context: .
|
||||
container_name: tmserver
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 30s
|
||||
depends_on:
|
||||
mariadb:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user