forked from cerc-io/stack-orchestrator
zramsay
01f9fe67ed
Tested on DO with real funds on mainnet Co-authored-by: zramsay <zach@bluecollarcoding.ca> Reviewed-on: cerc-io/stack-orchestrator#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
|