version: '3.8'
services:
app:
build:
context: .
target: build
ports:
- '3000:3000'
environment:
- NODE_OPTIONS=--max-old-space-size=8192
- CHAIN_ID=bostrom
- CYBER_NODE_URL_API=https://rpc.bostrom.cybernode.ai
- CYBER_NODE_URL_WS=wss://rpc.bostrom.cybernode.ai/websocket
- CYBER_NODE_URL_LCD=https://lcd.bostrom.cybernode.ai
- CYBER_INDEX_HTTPS=https://index.bostrom.cybernode.ai/v1/graphql
- CYBER_INDEX_WEBSOCKET=wss://index.bostrom.cybernode.ai/v1/graphql
- CYBER_GATEWAY=https://gateway.bostrom.cybernode.ai
command: npx serve -s build