add SECRET_KEY
This commit is contained in:
parent
760d2b7748
commit
c3ebc7a11b
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
.env
|
||||
.project
|
||||
*.rdb
|
||||
junit*xml
|
||||
|
|
|
@ -11,6 +11,7 @@ services:
|
|||
environment:
|
||||
- REDIS_HOST=redis
|
||||
- NO_SSL=false
|
||||
- SECRET_KEY=$SECRET_KEY
|
||||
- VIRTUAL_HOST=share.brothertec.eu
|
||||
- VIRTUAL_PORT=5000
|
||||
- LETSENCRYPT_HOST=share.brothertec.eu
|
||||
|
|
Loading…
Reference in a new issue