From 586efa3604f6962ae2fa39ca58f15609e5c41ad9 Mon Sep 17 00:00:00 2001 From: Wheelz Date: Thu, 7 May 2026 19:59:33 -0500 Subject: [PATCH] Adding in a variable from the .env file. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index e7f6056..3c3569a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -72,6 +72,7 @@ services: REDIS_PASSWORD: ${REDIS_PASSWORD} REDIS_DB: 0 ASSETS_DIR: /app/assets + JWT_SECRET: ${JWT_SECRET} volumes: - agent_files:/app/agents - branding_assets:/app/assets