1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 07:17:28 +00:00

Update compose.yml

This commit is contained in:
Steffo 2023-10-09 19:42:57 +02:00
parent ec7ae686f8
commit 8c4fe06a78
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -13,6 +13,9 @@ services:
restart: unless-stopped
environment:
REDIS_CONN: "redis://redis:6379/" # You probably don't need to change this
AXUM_XFORWARDED: "TODO-YOUR-PUBLIC-URL-GOES-HERE"
TODORED_RATE_LIMIT_CONNECTIONS_PER_MINUTE: 5
TODORED_RATE_LIMIT_MESSAGES_PER_MINUTE: 100
blue:
image: "ghcr.io/steffo99/todocolors-blue"
restart: unless-stopped