mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
12 lines
258 B
YAML
12 lines
258 B
YAML
services:
|
|
albyhub:
|
|
platform: linux/amd64
|
|
container_name: albyhub
|
|
image: ghcr.io/getalby/hub:latest
|
|
volumes:
|
|
- ./albyhub-data:/data
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- WORK_DIR=/data/albyhub
|
|
- LOG_EVENTS=true
|