add SECRET_KEY

This commit is contained in:
Simon Rieger 2024-09-16 16:38:37 +02:00
parent 760d2b7748
commit c3ebc7a11b
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.env
.project
*.rdb
junit*xml

View file

@ -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