stack-orchestrator/app/data/stacks/fixturenet-payments
2023-09-27 10:57:08 +05:30
..
README.md Add a fixturenet-payments stack 2023-09-25 16:43:29 +05:30
stack.yml Add container to run a go-nitro node 2023-09-27 10:57:08 +05:30

fixturenet-payments

Setup

Clone required repositories:

laconic-so --stack fixturenet-payments setup-repositories --pull

Build the container images:

laconic-so --stack fixturenet-payments build-containers

Deploy

Deploy the stack:

laconic-so --stack fixturenet-payments deploy --cluster [CLUSTER_NAME] up

Clean up

Stop all the services running in background:

laconic-so --stack fixturenet-payments deploy --cluster [CLUSTER_NAME] down 30

Clear volumes created by this stack:

# List all relevant volumes
docker volume ls -q --filter "name=[CLUSTER_NAME]"

# Remove all the listed volumes
docker volume rm $(docker volume ls -q --filter "name=[CLUSTER_NAME]")