Skip to content

Commit

Permalink
add throttler env vars to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
d1r1 committed Dec 24, 2021
1 parent ebd98bd commit 25c2c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ services:
- API_PASSWORD=${API_PASSWORD}
- SENTRY_DSN=${SENTRY_DSN}
- NODE_OPTIONS=${DEBRIDGE_NODE_NODE_OPTIONS}
- THROTTLER_TTL=${THROTTLER_TTL}
- THROTTLER_LIMIT=${THROTTLER_LIMIT}
depends_on:
- postgres
networks:
Expand Down

0 comments on commit 25c2c6e

Please sign in to comment.