zramsay
01f9fe67ed
All checks were successful
Lint Checks / Run linter (push) Successful in 39s
Publish / Build and publish (push) Successful in 1m13s
Webapp Test / Run webapp test suite (push) Successful in 4m14s
Deploy Test / Run deploy test suite (push) Successful in 5m0s
Smoke Test / Run basic test suite (push) Successful in 4m45s
Tested on DO with real funds on mainnet Co-authored-by: zramsay <zach@bluecollarcoding.ca> Reviewed-on: #744
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
|