mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
Make trustProxy configurable via environment variable
This commit is contained in:
@@ -20,6 +20,7 @@ services:
|
||||
- 3000:1337
|
||||
environment:
|
||||
- BASE_URL=http://localhost:3000
|
||||
- TRUST_PROXY=0
|
||||
- DATABASE_URL=postgresql://postgres@postgres/planka
|
||||
- SECRET_KEY=notsecretkey
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user