Some checks failed
Lint Checks / Run linter (push) Successful in 14s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (push) Failing after 31s
Database Test / Run database hosting test on kind/k8s (push) Failing after 31s
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 36s
Fix trailing whitespace and end-of-file issues across codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
20 lines
875 B
YAML
20 lines
875 B
YAML
version: "3.2"
|
|
|
|
services:
|
|
mars:
|
|
image: cerc/mars:local
|
|
restart: always
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- URL_OSMOSIS_GQL=https://osmosis-node.marsprotocol.io/GGSFGSFGFG34/osmosis-hive-front/graphql
|
|
- URL_OSMOSIS_REST=https://lcd-osmosis.blockapsis.com
|
|
- URL_OSMOSIS_RPC=https://rpc-osmosis.blockapsis.com
|
|
- URL_NEUTRON_GQL=https://neutron.rpc.p2p.world/qgrnU6PsQZA8F9S5Fb8Fn3tV3kXmMBl2M9bcc9jWLjQy8p/hive/graphql
|
|
- URL_NEUTRON_REST=https://rest-kralum.neutron-1.neutron.org
|
|
- URL_NEUTRON_RPC=https://rpc-kralum.neutron-1.neutron.org
|
|
- URL_NEUTRON_TEST_GQL=https://testnet-neutron-gql.marsprotocol.io/graphql
|
|
- URL_NEUTRON_TEST_REST=https://rest-palvus.pion-1.ntrn.tech
|
|
- URL_NEUTRON_TEST_RPC=https://rpc-palvus.pion-1.ntrn.tech
|
|
- WALLET_CONNECT_ID=0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x
|