mirror of
https://github.com/plankanban/planka.git
synced 2025-08-03 04:25:27 +02:00
Add secret key to environment variables, update readme
This commit is contained in:
parent
0eef38da66
commit
64acf0ac56
5 changed files with 13 additions and 2 deletions
|
@ -19,6 +19,7 @@ services:
|
|||
environment:
|
||||
- BASE_URL=http://localhost:3000
|
||||
- DATABASE_URL=postgresql://postgres@postgres/planka
|
||||
- SECRET_KEY=notsecretkey
|
||||
depends_on:
|
||||
- postgres
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue