Adding in a variable from the .env file.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user