From ec5d8cdb957e7f26591dddfd6a67199e05460f88 Mon Sep 17 00:00:00 2001 From: mattspeer Date: Mon, 3 Aug 2026 17:19:51 -0500 Subject: [PATCH] Update docker-compose.yaml added trusted proxies variable and included traefik container name --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index d2d16bc..c16a1cb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -47,6 +47,7 @@ services: environment: - APP_SECRET= MOpjyc5UWVYowgjWR7FhStVc5NCz2D7H - TRUSTED_HOSTS=time.speerfam.net,localhost,127.0.0.1,kimai # set this to the domain name you use to access Kimai + - TRUSTED_PROXIES=traefik # Adjust based on your Docker network or simply use "127.0.0.1,REMOTE_ADDR" / proxy IPs - ADMINMAIL=mwspeer@gmail.com - ADMINPASS=Grumbling-Evacuate-Brethren5 - "DATABASE_URL=mysql://kimaiuser:Tremor-Tarot-Badland2@sqldb/kimai?charset=utf8mb4&serverVersion=8.3.0"