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 <roland.bewick@gmail.com>
This commit is contained in:
Adithya Vardhan 2025-08-21 15:36:30 +05:30 committed by GitHub
parent c46ddf8b2b
commit 76a11c1765
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View file

@ -30,3 +30,4 @@ glalby
*.db-shm
*.db-wal
*.db-journal
albyhub-data

View file

@ -10,3 +10,4 @@ services:
- "8080:8080"
environment:
- WORK_DIR=/data/albyhub
stop_grace_period: 300s

View file

@ -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