mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-24 09:14:18 +00:00
Update compose.yml
This commit is contained in:
parent
ec7ae686f8
commit
8c4fe06a78
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
REDIS_CONN: "redis://redis:6379/" # You probably don't need to change this
|
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:
|
blue:
|
||||||
image: "ghcr.io/steffo99/todocolors-blue"
|
image: "ghcr.io/steffo99/todocolors-blue"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Reference in a new issue