From d9922e7d1f0f334dac3da35819a62e6727683d8c Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 30 Dec 2024 19:30:08 +0000 Subject: [PATCH] add in a env variable for the secret --- origindex-docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/origindex-docker-compose.yml b/origindex-docker-compose.yml index 9c2c7b0..aa3f8b3 100644 --- a/origindex-docker-compose.yml +++ b/origindex-docker-compose.yml @@ -20,3 +20,5 @@ services: # Map it to 3000 on the host if you want direct access (bypassing Traefik). ports: - "151:5000" + environment: + - JWT_SECRET=${JWT_SECRET}