From 76a11c17653bc101708eba3da8db05f9579f8baa Mon Sep 17 00:00:00 2001 From: Adithya Vardhan Date: Thu, 21 Aug 2025 15:36:30 +0530 Subject: [PATCH] chore: set stop grace period to 5 mins (#1637) * chore: set stop grace period to 5 mins * chore: add albyhub-data to gitignore --------- Co-authored-by: Roland Bewick --- .gitignore | 3 ++- docker-compose.yml | 1 + scripts/linux-x86_64/phoenixd/docker-compose.yml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 171f4955..1b519bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,5 @@ glalby *.db-shm *.db-wal -*.db-journal \ No newline at end of file +*.db-journal +albyhub-data \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 7a7ee00e..0054a203 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,3 +10,4 @@ services: - "8080:8080" environment: - WORK_DIR=/data/albyhub + stop_grace_period: 300s diff --git a/scripts/linux-x86_64/phoenixd/docker-compose.yml b/scripts/linux-x86_64/phoenixd/docker-compose.yml index 629ab02b..1a75b16c 100644 --- a/scripts/linux-x86_64/phoenixd/docker-compose.yml +++ b/scripts/linux-x86_64/phoenixd/docker-compose.yml @@ -14,6 +14,7 @@ services: - PHOENIXD_ADDRESS=http://albyhub-phoenixd:9740 - WORK_DIR=/data/albyhub - LN_BACKEND_TYPE=PHOENIX + stop_grace_period: 300s albyhub-phoenixd: platform: linux/amd64