Add deployment scripting (#444)

This commit is contained in:
2023-07-23 20:54:05 -06:00
committed by GitHub
parent 950857fa84
commit 1f9131ff5a
13 changed files with 138 additions and 86 deletions
@@ -2,7 +2,7 @@ services:
laconicd:
restart: no
image: cerc/laconicd:local
command: ["sh", "/docker-entrypoint-scripts.d/create-fixturenet.sh"]
command: ["/bin/sh", "-c", "while :; do sleep 600; done"]
volumes:
# The cosmos-sdk node's database directory:
- laconicd-data:/root/.laconicd/data