alby-hub/render.yaml

20 lines
420 B
YAML
Raw Permalink Normal View History

2024-05-24 10:33:16 +03:00
services:
- type: web
runtime: image
name: albyhub
image:
2024-07-05 20:32:40 +07:00
url: ghcr.io/getalby/hub:latest
2024-05-24 10:33:16 +03:00
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"