alby-hub/render.yaml
Matjaž Lipuš e0a51ba0c3
chore: rename LOG_EVENTS env variable (#1509)
* renamed config

* updated configs

* chore: renamed to SEND_EVENTS_TO_ALBY
2025-07-18 21:42:59 +07:00

19 lines
420 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: LDK_ESPLORA_SERVER
value: "https://electrs.getalbypro.com"