Auth implemented
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
|
||||
|
||||
services:
|
||||
frontend:
|
||||
@@ -14,3 +14,6 @@ services:
|
||||
- "8000:8000"
|
||||
environment:
|
||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||
- AUTH_PASSPHRASE=${AUTH_PASSPHRASE}
|
||||
- SESSION_SECRET=${SESSION_SECRET}
|
||||
- JWT_SECRET=${JWT_SECRET}
|
||||
|
||||
Reference in New Issue
Block a user