Fixed auth security

This commit is contained in:
2025-02-25 10:18:34 -06:00
parent a3fa905e95
commit 1e5222edd9

View File

@ -14,4 +14,5 @@ services:
S3_REGION: ${S3_REGION}
SECRET_CODE: ${SECRET_CODE}
ADMIN_CODE: ${ADMIN_CODE}
JWT_SECRET: ${JWT_SECRET}
restart: unless-stopped