Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[relay] make multiple tfchain rpc endpoints configurable #104

Open
coesensbert opened this issue Feb 6, 2025 · 0 comments
Open

[relay] make multiple tfchain rpc endpoints configurable #104

coesensbert opened this issue Feb 6, 2025 · 0 comments
Assignees

Comments

@coesensbert
Copy link
Contributor

example:

  grid_relay:
    depends_on:
      redis-rmb:
        condition: service_started
    container_name: grid_relay
    image: ghcr.io/threefoldtech/rmb-relay:${RMB_IMG}
    restart: unless-stopped
    networks:
      tfgrid_bknd:
    environment:
      - RMB_DOMAIN=relay.${DOMAIN}
      - SUBSTRATE_URL=ws://tfchain-public-node:9944
      - USER_PER_WORKER=1000
      - WORKERS=500
    command:
      - "--domain"
      - "relay.${DOMAIN}"
      - "-r"
      - "redis://redis-rmb:6379"
      - "-s"
      - "ws://tfchain-public-node:9944"
      - "-s"
      - "wss://tfchain.02.dev.grid.tf"
      - "-u"
      - "1000"
      - "-w"
      - "500"
      - "-l"
      - "0.0.0.0:80"
      - "--debug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant