Skip to content

Commit

Permalink
chore: remove ratelimit
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaluyot committed Sep 14, 2024
1 parent c1616cb commit b3e3bc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.3'
version: "3.3"

services:
traefik:
Expand All @@ -24,13 +24,10 @@ services:
- "traefik.http.routers.traefik.rule=Host(`${TRAEFIK_API_URL}`)"
- "traefik.http.middlewares.traefik-auth.basicauth.users=${AUTH_HTPASSWD}"
- "traefik.http.middlewares.traefik-https-redirect.redirectscheme.scheme=https"
- "traefik.http.middlewares.traefik-ratelimit.ratelimit.average=100"
- "traefik.http.middlewares.traefik-ratelimit.ratelimit.period=1m"
- "traefik.http.routers.traefik.middlewares=traefik-https-redirect"
- "traefik.http.routers.traefik-secure.entrypoints=https"
- "traefik.http.routers.traefik-secure.rule=Host(`${TRAEFIK_API_URL}`)"
- "traefik.http.routers.traefik-secure.middlewares=traefik-auth"
- "traefik.http.routers.traefik-secure.middlewares=traefik-ratelimit"
- "traefik.http.routers.traefik-secure.tls=true"
- "traefik.http.routers.traefik-secure.tls.certresolver=http"
- "traefik.http.routers.traefik-secure.service=api@internal"
Expand Down

0 comments on commit b3e3bc2

Please sign in to comment.