LNVPS
Back to apps

Pyramid

€1.50/month
0.20 vCPU · 256MB RAM · 5GB storage

A feature-rich hierarchical community relay

Source repository
Deploy

Log in to deploy this app.

Log in
Compose
services:
  pyramid:
    image: ghcr.io/fiatjaf/pyramid:latest
    user: "1000"
    resources: { cpu: 200m, memory: 256Mi }
    ports:
      - { name: http, container: 3334, protocol: http, expose: ingress }
    env:
      HOST: "0.0.0.0"
      PORT: "3334"
      DATA_PATH: "/app/data"
      NO_AUTO_UPDATES: "true"
    volumes:
      - { name: data, path: /app/data, size: 5Gi }