Update docker-compose.yaml

added trusted proxies variable and included traefik container name
This commit is contained in:
2026-08-03 17:19:51 -05:00
parent c29c34f7f4
commit ec5d8cdb95
+1
View File
@@ -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"