set rate limits for searchix deployments
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M Dockerfile → Dockerfile
@@ -7,7 +7,8 @@ --with github.com/caddyserver/cache-handler \ --with github.com/darkweak/storages/otter/caddy \ --with github.com/pberkel/caddy-storage-redis \ --with github.com/caddy-dns/rfc2136 \ - --with github.com/jarv/caddy-goatcounter + --with github.com/jarv/caddy-goatcounter \ + --with github.com/mholt/caddy-ratelimit FROM caddy:${CADDY_VERSION}-alpine AS runner