All checks were successful
Lint Checks / Run linter (push) Successful in 33s
Lint Checks / Run linter (pull_request) Successful in 33s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m42s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 7m9s
Webapp Test / Run webapp test suite (pull_request) Successful in 4m4s
Smoke Test / Run basic test suite (pull_request) Successful in 4m27s
13 lines
318 B
YAML
13 lines
318 B
YAML
version: "3.2"
|
|
|
|
services:
|
|
mars:
|
|
image: cerc/mars-v2:local
|
|
restart: always
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- URL_OSMOSIS_REST=https://lcd-osmosis.blockapsis.com
|
|
- URL_OSMOSIS_RPC=https://rpc-osmosis.blockapsis.com
|
|
- WALLET_CONNECT_ID=0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x
|