alby-hub/docker-compose.yml

13 lines
343 B
YAML
Raw Normal View History

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
2024-07-05 20:32:40 +07:00
image: ghcr.io/getalby/hub:latest
volumes:
- ./albyhub-data:/data
ports:
- "8080:8080"
environment:
- WORK_DIR=/data/albyhub