Add secret key to environment variables, update readme

This commit is contained in:
Maksim Eltyshev
2019-10-04 04:19:46 +05:00
parent 796917a0eb
commit b64f5b7b4a
5 changed files with 13 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ services:
environment:
- BASE_URL=http://localhost:3000
- DATABASE_URL=postgresql://postgres@postgres/planka
- SECRET_KEY=notsecretkey
depends_on:
- postgres