@ -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:
@ -273,7 +273,7 @@ module.exports = {
*
*/
// trustProxy: true,
trustProxy: process.env.TRUST_PROXY,
},
/**