Use DelegatingHandler for RateLimits
Some checks failed
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
2025-10-06 22:48:46 +02:00
parent 02cec53963
commit ed07bba841
15 changed files with 142 additions and 538 deletions

View File

@@ -22,7 +22,7 @@ services:
max-size: "10m"
max-file: "5"
tranga-pg:
image: postgres:latest
image: postgres:17
container_name: tranga-pg
ports:
- "5432:5432"