mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
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:
parent
c46ddf8b2b
commit
76a11c1765
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -30,3 +30,4 @@ glalby
|
|||
*.db-shm
|
||||
*.db-wal
|
||||
*.db-journal
|
||||
albyhub-data
|
||||
|
|
@ -10,3 +10,4 @@ services:
|
|||
- "8080:8080"
|
||||
environment:
|
||||
- WORK_DIR=/data/albyhub
|
||||
stop_grace_period: 300s
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue