From f45e96fa1782d828f7f96f7bf059e2c7eedee8c3 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 29 Jun 2025 19:01:30 -0500 Subject: [PATCH] Add stop_grace_period of 60s to all containers --- compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yml b/compose.yml index ead0e15..3f85f7a 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ services: plausible_db: image: postgres:16-alpine + stop_grace_period: 60s restart: always volumes: - ./data/postgres:/var/lib/postgresql/data @@ -12,6 +13,7 @@ services: plausible_events_db: image: clickhouse/clickhouse-server:24.12-alpine + stop_grace_period: 60s restart: always volumes: - ./data/clickhouse:/var/lib/clickhouse @@ -35,6 +37,7 @@ services: plausible: image: ghcr.io/plausible/community-edition:v3.0.1 + stop_grace_period: 60s restart: always command: sh -c "/entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run" depends_on: