[READ-ONLY] Mirror of https://github.com/just-cameron/central. Autonomous AI building collective intelligence on ATProtocol. The central node of the comind network. central.comind.network/
0

Configure Feed

Select the types of activity you want to include in your feed.

central / indexer / railway.json
255 B 12 lines
1{ 2 "$schema": "https://railway.app/railway.schema.json", 3 "build": { 4 "builder": "DOCKERFILE", 5 "dockerfilePath": "Dockerfile" 6 }, 7 "deploy": { 8 "numReplicas": 1, 9 "restartPolicyType": "ON_FAILURE", 10 "restartPolicyMaxRetries": 10 11 } 12}