Adding in a variable from the .env file.

This commit is contained in:
2026-05-07 19:59:33 -05:00
parent 0f3e3a05c6
commit 586efa3604

View File

@@ -72,6 +72,7 @@ services:
REDIS_PASSWORD: ${REDIS_PASSWORD} REDIS_PASSWORD: ${REDIS_PASSWORD}
REDIS_DB: 0 REDIS_DB: 0
ASSETS_DIR: /app/assets ASSETS_DIR: /app/assets
JWT_SECRET: ${JWT_SECRET}
volumes: volumes:
- agent_files:/app/agents - agent_files:/app/agents
- branding_assets:/app/assets - branding_assets:/app/assets