alby-hub/render.yaml

21 lines
464 B
YAML

services:
- type: web
runtime: image
name: albyhub
image:
url: ghcr.io/getalby/hub:latest
numInstances: 1
region: frankfurt # Default: oregon
plan: starter
disk:
name: data
mountPath: /data
sizeGB: 1
autoDeploy: false
envVars:
- key: WORK_DIR
value: /data/albyhub
- key: LOG_EVENTS
value: true
- key: LDK_ESPLORA_SERVER
value: "https://electrs.getalbypro.com"