Replace JWT secret with proper secret

This commit is contained in:
2025-08-25 12:03:29 +03:00
Unverified
parent b8a7c20f96
commit e4bace35bf
4 changed files with 16 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@ services:
context: ..
environment:
PORT: 8300
JWT_SECRET: ${JWT_SECRET}
volumes:
- "data:/app/data"
develop: