Rate limit on PeerTube

Hi everyone,
I can find the rate limit customization when i installed the PeerTube on my local environment with this documentation.

However, I have deployed PeerTube in my production server and I would like to customize the rate limit there. I have used the docker image to deploy in production server.
Can anyone please help me on how can i setup my customized rate limit.

rates_limit:
  api:
    # 50 attempts in 1 seconds
    window: 10 seconds
    max: 0
  login:
    # 15 attempts in 5 min
    window: 5 minutes
    max: 0
  ask_send_email:
    # 3 attempts in 5 min
    window: 5 minutes
    max: 3