From 88300985c6d1cb6b9ec0d60f2bbff9751012ba34 Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Fri, 10 Nov 2023 00:16:17 +0100 Subject: [PATCH] deploy-disk: add to doc and cleaning target --- limitador-server/docs/sandbox.md | 1 + limitador-server/sandbox/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/limitador-server/docs/sandbox.md b/limitador-server/docs/sandbox.md index 8679f2ef..38d298bc 100644 --- a/limitador-server/docs/sandbox.md +++ b/limitador-server/docs/sandbox.md @@ -24,6 +24,7 @@ Check out `make help` for all the targets. | Redis | `make deploy-redis` | Uses Redis to store counters | | Redis Cached | `make deploy-redis-cached` | Uses Redis to store counters, with an in-memory cache | | Infinispan | `make deploy-infinispan` | Uses Infinispan to store counters | +| Disk | `make deploy-disk` | Uses disk to store counters | ### Limitador's admin HTTP endpoint diff --git a/limitador-server/sandbox/Makefile b/limitador-server/sandbox/Makefile index bc9407b6..e67707de 100644 --- a/limitador-server/sandbox/Makefile +++ b/limitador-server/sandbox/Makefile @@ -51,6 +51,7 @@ clean: ## clean all containers - $(DOCKER_COMPOSE) -f docker-compose-envoy.yaml -f docker-compose-limitador-redis.yaml down --volumes --remove-orphans - $(DOCKER_COMPOSE) -f docker-compose-envoy.yaml -f docker-compose-limitador-redis-cached.yaml down --volumes --remove-orphans - $(DOCKER_COMPOSE) -f docker-compose-envoy.yaml -f docker-compose-limitador-infinispan.yaml down --volumes --remove-orphans + - $(DOCKER_COMPOSE) -f docker-compose-envoy.yaml -f docker-compose-limitador-disk.yaml down --volumes --remove-orphans GRPCURL=$(PROJECT_PATH)/bin/grpcurl $(GRPCURL):