alby-hub/docker-compose.yml
Adithya Vardhan 76a11c1765
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>
2025-08-21 17:06:30 +07:00

13 lines
371 B
YAML

services:
albyhub:
# you can manually specify the platform if you use something other than linux/amd64,linux/arm64 e.g.
#platform: linux/arm64/v8
container_name: albyhub
image: ghcr.io/getalby/hub:latest
volumes:
- ./albyhub-data:/data
ports:
- "8080:8080"
environment:
- WORK_DIR=/data/albyhub
stop_grace_period: 300s