Skip to content

Commit

Permalink
deploy-disk: add to doc and cleaning target
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Nov 9, 2023
1 parent 39c5cd7 commit 8830098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions limitador-server/docs/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions limitador-server/sandbox/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8830098

Please sign in to comment.