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