render.yaml raw

   1  services:
   2    - type: web
   3      runtime: image
   4      name: albyhub
   5      image:
   6        url: ghcr.io/getalby/hub:latest
   7      numInstances: 1
   8      region: frankfurt # Default: oregon
   9      plan: starter
  10      disk:
  11        name: data
  12        mountPath: /data
  13        sizeGB: 1
  14      autoDeploy: false
  15      envVars:
  16        - key: WORK_DIR
  17          value: /data/albyhub
  18        - key: LDK_ESPLORA_SERVER
  19          value: "https://electrs.getalbypro.com"
  20