Add JWT_SECRET environment variable to Docker configurations and update JwtService to use it

This commit is contained in:
Aaron Po
2026-02-07 20:04:19 -05:00
parent 6d812638ba
commit a1ea6391bc
4 changed files with 9 additions and 5 deletions

View File

@@ -79,6 +79,7 @@ services:
ASPNETCORE_URLS: "http://0.0.0.0:8080"
DOTNET_RUNNING_IN_CONTAINER: "true"
DB_CONNECTION_STRING: "${DB_CONNECTION_STRING}"
JWT_SECRET: "${JWT_SECRET}"
restart: unless-stopped
networks:
- devnet