Fix up mainnet-laconic for testing
This commit is contained in:
parent
9872ce33bb
commit
16a812db95
@ -2,7 +2,7 @@ services:
|
|||||||
laconicd:
|
laconicd:
|
||||||
restart: no
|
restart: no
|
||||||
image: cerc/laconicd:local
|
image: cerc/laconicd:local
|
||||||
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
|
command: ["/bin/sh", "-c", "while :; do sleep 600; done"]
|
||||||
volumes:
|
volumes:
|
||||||
# The cosmos-sdk node's database directory:
|
# The cosmos-sdk node's database directory:
|
||||||
- laconicd-data:/root/.laconicd/data
|
- laconicd-data:/root/.laconicd/data
|
||||||
|
@ -25,7 +25,4 @@ containers:
|
|||||||
pods:
|
pods:
|
||||||
- mainnet-laconicd
|
- mainnet-laconicd
|
||||||
- fixturenet-laconic-console
|
- fixturenet-laconic-console
|
||||||
config:
|
|
||||||
cli:
|
|
||||||
key: laconicd.mykey
|
|
||||||
address: laconicd.myaddress
|
|
||||||
|
Loading…
Reference in New Issue
Block a user