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 * chore: add albyhub-data to gitignore --------- Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
13 lines
371 B
YAML
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
|