.. | ||
README.md | ||
stack.yml |
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]")